Skip to content

Commit

Permalink
fix the deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottminns committed Nov 12, 2024
1 parent 11f7dc9 commit 896a174
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 @@ -30,7 +30,7 @@ jobs:
- name: Copy over password
run: |
ssh [email protected] "echo ${{ secrets.DB_PASSWORD }}" > /home/deploytest/db-password.txt
ssh [email protected] "echo ${{ secrets.DB_PASSWORD }} > /home/deploytest/db-password.txt"
- name: Run Docker Compose
run: |
Expand Down

0 comments on commit 896a174

Please sign in to comment.