Skip to content

Commit

Permalink
deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
v9n committed Jan 30, 2024
1 parent 74275b5 commit aa0b5d3
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 @@ -64,6 +64,7 @@ jobs:
cd ~/oak-subql && \
echo ${{ secrets.SECRET_FILE }} | base64 --decode > secret.${{ inputs.target_env }} && \
source secret.${{ inputs.target_env }} && \
cp project-${{ inputs.target_env }}.yaml project.yaml && \
make build'
- name: Bring up the new container
Expand All @@ -74,6 +75,5 @@ jobs:
docker compose -f /etc/caddy/docker-compose.yml down; \
cd ~/oak-subql && \
source secret.${{ inputs.target_env }} && \
cp project-${{ inputs.target_env }}.yaml project.yaml && \
make down up && \
docker compose -f /etc/caddy/docker-compose.yml up --force-recreate -d'

0 comments on commit aa0b5d3

Please sign in to comment.