We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent befc6c5 commit 10ba88dCopy full SHA for 10ba88d
.github/workflows/deployments.yml
@@ -35,7 +35,7 @@ jobs:
35
registry: docker.io
36
username: ${{ secrets.DOCKER_HUB_USERNAME }}
37
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
38
- buildArgs: 'NODE_ENV=production, MONGO_PROD_DB="${{ secrets.MONGO_PROD_DB}}", ADMIN_EMAIL: ${{secrets.ADMIN_EMAIL}}, ADMIN_PASS: ${{secrets.ADMIN_PASS}}'
+ buildArgs: 'NODE_ENV=production, MONGO_PROD_DB="${{ secrets.MONGO_PROD_DB}}"'
39
- name: Login to DO and spin up a new container
40
uses: appleboy/ssh-action@master
41
with:
0 commit comments