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 d9ca1af commit 3e0dbe4Copy full SHA for 3e0dbe4
.github/workflows/cd.yml
@@ -27,7 +27,7 @@ jobs:
27
push: true
28
tags: 100xdevs/dailycode-staging:${{ github.sha }}
29
build-args: |
30
- DATABASE_URL: ${{ secrets.STAGING_DATABASE }}
+ DATABASE_URL=${{ secrets.STAGING_DATABASE }}
31
32
- name: Clone staging-ops repo, update, and push
33
env:
.github/workflows/cd_prod.yml
tags: 100xdevs/dailycode:${{ github.sha }}
- DATABASE_URL: ${{ secrets.PROD_DATABASE }}
+ DATABASE_URL=${{ secrets.PROD_DATABASE }}
0 commit comments