Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
Wcc723 committed Oct 4, 2023
1 parent 41fa491 commit 63b2e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "Creating .env file"
echo MONGO_ROOT_USERNAME=${{ secrets.MONGO_ROOT_USERNAME }} > .env
echo MONGO_ROOT_PASSWORD=${{ secrets.MONGO_ROOT_PASSWORD }} >> .env
echo VARIABLE=${{ secrets.VARIABLE }} >> .env
echo VARIABLE=${{ secrets.ENV_VARIABLE }} >> .env
echo "Transferring .env file to remote server"
scp .env root@${{ secrets.HOST_NAME }}:/root/.env
Expand Down

0 comments on commit 63b2e70

Please sign in to comment.