Skip to content

Commit

Permalink
efzefz
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesGresset committed Dec 18, 2024
1 parent fd1997f commit 7d6b258
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
TARGET: ${{ secrets.VPS_CA_TARGET }}
EXCLUDE: "/node_modules/"
SCRIPT_AFTER: |
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
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
'~/restartBackend.sh'

0 comments on commit 7d6b258

Please sign in to comment.