Skip to content

Commit

Permalink
Merge pull request #54 from JSJ-Organization/ci-cd/integrate
Browse files Browse the repository at this point in the history
#51 - ci/cd 스크립트 포트 수정, 옵션 수정
  • Loading branch information
Min-SungJo authored Jul 8, 2024
2 parents 269a595 + a1091a9 commit 3a9b9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Deploy via SSH
run: |
ssh -P ${{ secrets.SSH_PORT }} -o StrictHostKeyChecking=no ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }} << 'EOF'
ssh -p ${{ secrets.SSH_PORT }} -o StrictHostKeyChecking=no ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }} << 'EOF'
cd /home/${{ secrets.SSH_USERNAME }}
docker-compose pull
docker-compose down
Expand Down

0 comments on commit 3a9b9c4

Please sign in to comment.