Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Szotkowski committed Sep 11, 2023
1 parent 72aa648 commit 0b27ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
-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 }} && \
selecro/${{ env.IMAGE }}:${{ env.SHORT_SHA }} && \
docker update --restart unless-stopped ${{ env.IMAGE }} && exit
- name: Cleanup
Expand Down

0 comments on commit 0b27ffe

Please sign in to comment.