Skip to content

Commit

Permalink
60
Browse files Browse the repository at this point in the history
  • Loading branch information
collinlucke committed Nov 29, 2024
1 parent c96ca9c commit db62bd7
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 @@ -42,7 +42,7 @@ jobs:

- name: Deploy to Server
run: |
ssh -o StrictHostKeyChecking=no [email protected] 'bash -s' < deploy.sh
ssh -o StrictHostKeyChecking=no [email protected] 'bash -s' < /c/git/baphomet-server/deploy.sh
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit db62bd7

Please sign in to comment.