Skip to content

Commit

Permalink
Merge pull request #96 from chipp/fix-ssh
Browse files Browse the repository at this point in the history
Fix ssh host
  • Loading branch information
chipp authored Feb 16, 2024
2 parents a937194 + f51368c commit 119dddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
echo "${{ secrets.ssh_key_passphrase }}" | ssh-add ~/.ssh/id_rsa
scp conf/docker-compose.yml conf/mq.conf \
[email protected].by:/web/lisa
[email protected].dev:/web/lisa
ssh [email protected] \
"cd /web/lisa && docker compose down --remove-orphans --rmi all && docker compose up -d"
Expand Down

0 comments on commit 119dddd

Please sign in to comment.