Skip to content

Commit

Permalink
chore: cd 스크립트에 git pull추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kjeongh committed May 17, 2023
1 parent 006cd5f commit 8dabda0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
port: ${{ secrets.AWS_SSH_PORT }}
script_stop: true
script: |
echo -e "\x03"
docker-compose down
cd ~/RISING
git pull
docker-compose up --build
- name: Remove Github Actions IP From Security Group
Expand Down

0 comments on commit 8dabda0

Please sign in to comment.