Skip to content

Commit

Permalink
Merge pull request #95 from chipp/fix-path
Browse files Browse the repository at this point in the history
Fix path to lisa
  • Loading branch information
chipp authored Feb 16, 2024
2 parents cce5a7c + 5556306 commit a937194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
echo "${{ secrets.ssh_key_passphrase }}" | ssh-add ~/.ssh/id_rsa
scp conf/docker-compose.yml conf/mq.conf \
chipp@ezio.burdukov.by:web/mq_lisa
chipp@ezio.chipp.by:/web/lisa
ssh [email protected] \
"cd ~/web/mq_lisa && docker compose down --remove-orphans --rmi all && docker compose up -d"
"cd /web/lisa && docker compose down --remove-orphans --rmi all && docker compose up -d"
- name: Extract elisa
run: |
Expand Down

0 comments on commit a937194

Please sign in to comment.