Skip to content

Commit 10ba88d

Browse files
authored
fix: revert email creds (#430)
1 parent befc6c5 commit 10ba88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
registry: docker.io
3636
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3737
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}}'
38+
buildArgs: 'NODE_ENV=production, MONGO_PROD_DB="${{ secrets.MONGO_PROD_DB}}"'
3939
- name: Login to DO and spin up a new container
4040
uses: appleboy/ssh-action@master
4141
with:

0 commit comments

Comments
 (0)