Skip to content

Commit

Permalink
refactor : ci-cd 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
devYSK committed Jun 17, 2023
1 parent 7103e38 commit cfb4e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
# key: ${{ secrets.PRIVATE_KEY }}
source: "docker-compose.yml"
script: |
cd app
cd /home/app
sudo docker pull ${{ secrets.DOCKER_DEV_REPO }}
Expand Down

0 comments on commit cfb4e7c

Please sign in to comment.