Skip to content

Commit

Permalink
restart caddy
Browse files Browse the repository at this point in the history
  • Loading branch information
v9n committed Nov 24, 2023
1 parent af46abc commit 910139c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,7 @@ jobs:
-i ~/.ssh/id_rsa \
insights@${{ secrets.HOST }} '\
cd ~/oak-subql && \
source secret.${{ inputs.target_env }} && make down up'
source secret.${{ inputs.target_env }} && \
docker compose -f /etc/caddy/docker-compose.yml down && \
make down up && \
docker compose -f /etc/caddy/docker-compose.yml up --force-recreate -d'

0 comments on commit 910139c

Please sign in to comment.