Skip to content

Commit

Permalink
spelled name right
Browse files Browse the repository at this point in the history
  • Loading branch information
Erjan Mukhamedjanov committed Sep 28, 2024
1 parent d80e37b commit 83512af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
port: ${{ secrets.SSH_PORT }}
script: |
docker pull ghcr.io/${{ github.repository }}:${{ github.sha }}
docker stop vixorcypt
docker rm vixorcypt
docker run --name vixorcypt -p ${{ secrets.DOCKER_PORT }}:10002 \
docker stop vixorcrypt
docker rm vixorcrypt
docker run --name vixorcrypt -p ${{ secrets.DOCKER_PORT }}:10002 \
--network custom-bridge \
--restart always -d ghcr.io/${{ github.repository }}:${{ github.sha }}

0 comments on commit 83512af

Please sign in to comment.