Skip to content

Commit

Permalink
fix(#16): ssh 접속 수정
Browse files Browse the repository at this point in the history
Co-authored-by: Yong <[email protected]>
  • Loading branch information
Conut-1 and tnpfldyd committed Nov 16, 2023
1 parent 520ff39 commit 6cbccb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/BE-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:
script: |
echo ${{ secrets.PACKAGE_ACCESS_TOKEN }} | docker login ghcr.io -u ${{ secrets.PACKAGE_USERNAME }} --password-stdin
docker pull ghcr.io/${{ secrets.PACKAGE_USERNAME }}/mindsync
docker run -p 3000:3000 ghcr.io/${{ secrets.PACKAGE_USERNAME }}/mindsync
docker stop mindsync_server || true
docker rm mindsync_server || true
docker run -d --name mindsync_server -p 3000:3000 ghcr.io/${{ secrets.PACKAGE_USERNAME }}/mindsync

0 comments on commit 6cbccb8

Please sign in to comment.