Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chebarash committed Mar 24, 2024
1 parent 0125bb6 commit 03fa3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: "Create env file"
run: |
touch .env
echo "${{ secrets.APP_PORT }}\n${{ secrets.BOT }}\n${{ secrets.ADMIN }}\n${{ secrets.DB_CONNECTION_STRING }}" > .env
echo "APP_PORT=${{ secrets.APP_PORT }}\nBOT=${{ secrets.BOT }}\nADMIN=${{ secrets.ADMIN }}\nDB_CONNECTION_STRING=${{ secrets.DB_CONNECTION_STRING }}" > .env
- name: Stop and Remove existing container
run: |
Expand Down

0 comments on commit 03fa3a2

Please sign in to comment.