Skip to content

Commit

Permalink
testing deploy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottminns committed Nov 11, 2024
1 parent 1e4b4d2 commit ab88787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:

- name: Deploy code via SSH
run: |
ssh [email protected] "cd /home/elliott/guestbook && docker compose up -d"
ssh -o StrictHostKeyChecking=no [email protected] "cd guestbook && docker compose up -d"

0 comments on commit ab88787

Please sign in to comment.