Skip to content

Commit

Permalink
zeffze
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesGresset committed Dec 18, 2024
1 parent ddcb496 commit 5ce4ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ jobs:
echo "DB_NAME=\"${{ secrets.BACKEND_DB_NAME }}\"" >> ${{ secrets.VPS_CA_TARGET }}.env
echo "DB_URL=\"${{ secrets.BACKEND_DB_URL }}\"" >> ${{ secrets.VPS_CA_TARGET }}.env
echo "SALT_HASH=\"${{ secrets.BACKEND_SALT }}\"" >> ${{ secrets.VPS_CA_TARGET }}.env
wait 2
'~/./restartBackend.sh'
sleep 2
'~/restartBackend.sh'
SCRIPT_AFTER_REQUIRED: true

0 comments on commit 5ce4ad1

Please sign in to comment.