Skip to content

Commit

Permalink
Merge pull request #31 from GDSC-Hongik/feature/login
Browse files Browse the repository at this point in the history
fix: cd handshake 에러 수정 시도
  • Loading branch information
ybkang1108 authored Jul 31, 2024
2 parents 29a7119 + 7448f7a commit 65db38f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
remote_key: ${{ secrets.KEY }}

- name: executing remote ssh commands using password
uses: appleboy/ssh-action@v0.1.0
uses: appleboy/ssh-action@develop
with:
host: ${{ secrets.HOST }}
username: ubuntu
Expand Down
2 changes: 1 addition & 1 deletion config/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ then
fi

echo "start docker-compose up: ubuntu"
sudo docker-compose -f /home/ubuntu/srv/ubuntu/docker-compose.yml up --build -d
sudo docker-compose up --build -d

0 comments on commit 65db38f

Please sign in to comment.