Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Modify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rados13 committed Jul 11, 2024
1 parent 574731d commit 1493027
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sandbox_build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
JF_SERVER_API_TOKEN=${{secrets.SERVER_API_TOKEN_CLOUD_SANDBOX}}
BE_HOST=${{env.BE_HOST}}
BE_JF_SECURE_CONNECTION=true
SANDBOX_HOST="${{secrets.SANDBOX_HOST}}"
PRIV_KEY="${{secrets.SSH_PRIV_KEY}}"
PUB_KEY="${{secrets.SSH_PUB_KEY}}"
BE_JF_ADDRESSES=${{vars.JF_HOST_CLOUD_SANDBOX}}" > .env
- name: Remove old containers on first host
Expand Down

0 comments on commit 1493027

Please sign in to comment.