Give execute permission
This commit is contained in:
parent
845789a8e8
commit
746377fca2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue