package/deploy: script must be executable 🤦‍♂️

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

1
deploy.bash Normal file → Executable file
View File

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