Skip to content

Commit

Permalink
fix deploy and test
Browse files Browse the repository at this point in the history
  • Loading branch information
mralext20 committed Jul 6, 2024
1 parent 9694631 commit 7a5b179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
- name: SSH Remote Commands
shell: bash
run: |
ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null alex@alexbot 'cd alex-bot && docker compose pull && docker compose up -d'
ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -t alex@alexbot 'cd alex-bot && docker compose pull && docker compose up -d'

0 comments on commit 7a5b179

Please sign in to comment.