Skip to content

Commit

Permalink
update workflows/stage-ver-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebamus committed Aug 5, 2023
1 parent 6c6359c commit c514a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stage-ver-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
sed -i 's/domain/${{ secrets.STAGE_SERVER_URL }}/' ./templates/home/robots.txt
cd ~/project/github/devspoon-web/compose/web_service/nginx_gunicorn/
echo "${{ secrets.SUDO }}" | sudo -S docker-compose stop
echo "${{ secrets.SUDO }}" | sudo -S docker-compose up --build -d
echo "${{ secrets.SUDO }}" | sudo -S docker-compose up -d
- name: send msg to slack channel
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand Down

0 comments on commit c514a70

Please sign in to comment.