Skip to content

Commit

Permalink
chore: added docker to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Feb 27, 2024
1 parent 23041b8 commit 7f52b3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
user: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
command: |
sudo apt-get install docker.io
wget https://raw.githubusercontent.com/arquisoft/wiq_en2b/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_en2b/master/.env -O .env
docker compose down
Expand Down

0 comments on commit 7f52b3c

Please sign in to comment.