package/deploy: it's working now
This commit is contained in:
parent
de44089833
commit
9cdb3fda14
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue