Skip to content

Commit

Permalink
65
Browse files Browse the repository at this point in the history
  • Loading branch information
collinlucke committed Nov 30, 2024
1 parent 82ec474 commit bfb9e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Deploy to Server
run: ssh -o StrictHostKeyChecking=no [email protected] 'C:/git/baphomet-server/deploy.sh'
run: ssh -o StrictHostKeyChecking=no [email protected] -p 443 'C:/git/baphomet-server/deploy.sh'
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit bfb9e7e

Please sign in to comment.