Give execute permission

This commit is contained in:
curben 2018-10-10 11:40:27 +10:30
parent 845789a8e8
commit 746377fca2
1 changed files with 5 additions and 2 deletions

View File

@ -33,11 +33,14 @@ deploy:
# Change to the downloaded repo directory
- cd build
# Give execute permission to scripts
- chmod 700 script.sh commit.sh
# Download database dump and process it
- bash script.sh
- ./script.sh
# Commit the changes
- bash commit.sh
- ./commit.sh
# Push the commit
- git push