File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9090 key : ${{ secrets.DEV_PEM_KEY }}
9191 script : |
9292 cd ~
93- sudo chmod +x ./app/scripts /*.sh
94- ./app/scripts /deploy.sh
93+ sudo chmod +x ./app/script /*.sh
94+ ./app/script /deploy.sh
9595 docker image prune -f
Original file line number Diff line number Diff line change 11#! /bin/bash
22cd /home/ec2-user/app
33
4- source /home/ec2-user/app/scripts /health_check.sh
5- source /home/ec2-user/app/scripts /deploy_container.sh
6- source /home/ec2-user/app/scripts /nginx_reload.sh
7- source /home/ec2-user/app/scripts /stop_container.sh
4+ source /home/ec2-user/app/script /health_check.sh
5+ source /home/ec2-user/app/script /deploy_container.sh
6+ source /home/ec2-user/app/script /nginx_reload.sh
7+ source /home/ec2-user/app/script /stop_container.sh
88
99BLUE_CONTAINER_NAME=" app-blue"
1010BLUE_PORT=9090
You can’t perform that action at this time.
0 commit comments