Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wcc723 committed Sep 30, 2023
1 parent 3d04252 commit 593e0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker-vps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Deploy to Docker
run: |
ssh user@${{ secrets.HOST_NAME }} '
ssh root@${{ secrets.HOST_NAME }} '
docker pull ${{ secrets.DOCKER_HUB_USERNAME }}/github-action-sample:latest
docker rm -f github-ac-sample
docker run -d -p 3003:3000 --name github-ac-sample --env-file /websample/ironman-sample/.env ${{ secrets.DOCKER_HUB_USERNAME }}/github-action-sample:latest
Expand Down

0 comments on commit 593e0d8

Please sign in to comment.