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 f6f3ab0 commit 7feb63a
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 @@ -41,6 +41,6 @@ jobs:
run: |
ssh root@${{secrets.HOST_NAME}} "docker-compose -f /root/docker-compose.yml up -d"
env:
ENV_VARIABLE: ${{ secrets.ENV_VARIABLE }}
VARIABLE: ${{ secrets.ENV_VARIABLE }}
MONGO_ROOT_USERNAME: ${{ secrets.MONGO_ROOT_USERNAME }}
MONGO_ROOT_PASSWORD: ${{ secrets.MONGO_ROOT_PASSWORD }}

0 comments on commit 7feb63a

Please sign in to comment.