Skip to content

Commit

Permalink
70
Browse files Browse the repository at this point in the history
  • Loading branch information
collinlucke committed Nov 30, 2024
1 parent 6b5c901 commit 04b79bd
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
shell: pwsh
shell: powershell
run: ssh -o StrictHostKeyChecking=no [email protected] 'C:/git/baphomet-server/deploy.sh'
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit 04b79bd

Please sign in to comment.