Skip to content

Commit

Permalink
chore the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Aug 22, 2024
1 parent c83d8a8 commit 97fe6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
port: ${{ secrets.REMOTE_SSH_PORT_DEV }} # 접속포트
passphrase: ${{ secrets.REMOTE_PASSPHRASE_DEV }}
script: | # 실행할 스크립트
cd /otlplus-nest-server
cd otlplus-nest-server
git pull origin dev
sudo docker stop otlplus-server-nest-dev
sudo docker rm otlplus-server-nest-dev
Expand Down

0 comments on commit 97fe6e5

Please sign in to comment.