package/deploy: it's working now
This commit is contained in:
parent
de44089833
commit
9cdb3fda14
|
@ -12,7 +12,7 @@ script:
|
|||
|
||||
deploy:
|
||||
provider: script
|
||||
script: deploy.bash
|
||||
script: bash deploy.bash
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: master
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -ex
|
||||
make package
|
||||
pip install awscli
|
||||
aws s3 cp --acl public-read build/peps.tar.gz s3://pythondotorg-assets-staging/peps.tar.gz
|
||||
|
|
Loading…
Reference in New Issue