Skip to content

Commit

Permalink
Fix path to lisa
Browse files Browse the repository at this point in the history
  • Loading branch information
chipp committed Feb 16, 2024
1 parent cce5a7c commit 5556306
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 5556306

Please sign in to comment.