Skip to content

Commit

Permalink
edit .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Szotkowski committed Sep 11, 2023
1 parent efdb4a5 commit db2f4c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
-e CLIENT_ID="${{ secrets.CLIENT_ID }}" \
-e ROOT_VAULT="${{ secrets.ROOT_VAULT }}" \
-e INSTRUCTION_KEY="${{ secrets.INSTRUCTION_KEY }}" \
-e INSTRUCTION_KEY_PERMISSIONS="${{ secrets.INSTRUCTION_KEY_PERMISSIONS }}" \
--name ${{ env.IMAGE }} -dp ${{ env.PORT }}:${{ env.PORT }} \
selecro/${{ env.IMAGE }} && \
docker update --restart unless-stopped ${{ env.IMAGE }} && exit
Expand Down

0 comments on commit db2f4c4

Please sign in to comment.