package/deploy: it's working now

This commit is contained in:
Ernest W Durbin III 2019-02-23 13:29:00 -05:00
parent de44089833
commit 9cdb3fda14
No known key found for this signature in database
GPG Key ID: 4F19322DF3FFA2D5
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ script:
deploy: deploy:
provider: script provider: script
script: deploy.bash script: bash deploy.bash
skip_cleanup: true skip_cleanup: true
on: on:
branch: master branch: master

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
set -ex
make package make package
pip install awscli pip install awscli
aws s3 cp --acl public-read build/peps.tar.gz s3://pythondotorg-assets-staging/peps.tar.gz aws s3 cp --acl public-read build/peps.tar.gz s3://pythondotorg-assets-staging/peps.tar.gz