Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wcc723 committed Oct 4, 2023
1 parent a95c70e commit 45db338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Create and transfer .env file to remote server
run: |
echo "Creating .env file"
echo MONGO_ROOT_USERNAME=${{ secrets.MONGO_ROOT_USERNAME }} > .env
echo MONGO_ROOT_PASSWORD=${{ secrets.MONGO_ROOT_PASSWORD }} >> .env
echo MONGO_ROOT_USERNAME="${{ secrets.MONGO_ROOT_USERNAME }}" > .env
echo MONGO_ROOT_PASSWORD="${{ secrets.MONGO_ROOT_PASSWORD }}" >> .env
echo VARIABLE=${{ secrets.ENV_VARIABLE }} >> .env
echo "Transferring .env file to remote server"
Expand Down

0 comments on commit 45db338

Please sign in to comment.