Skip to content

Commit

Permalink
test deploy6
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegGsk committed Sep 27, 2024
1 parent c786a8e commit 846ba06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
passphrase: ${{ secrets.SSH_PASSPHRASE }}
script: |
cd ${{ env.DEPLOY_PATH }}
# rm .env
rm .env
touch .env
echo "${{ secrets.ENV_FILE }}" > .env
Expand Down

0 comments on commit 846ba06

Please sign in to comment.