Skip to content

Commit

Permalink
Fixed build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirat committed Sep 16, 2024
1 parent d9ca1af commit 3e0dbe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
push: true
tags: 100xdevs/dailycode-staging:${{ github.sha }}
build-args: |
DATABASE_URL: ${{ secrets.STAGING_DATABASE }}
DATABASE_URL=${{ secrets.STAGING_DATABASE }}
- name: Clone staging-ops repo, update, and push
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
push: true
tags: 100xdevs/dailycode:${{ github.sha }}
build-args: |
DATABASE_URL: ${{ secrets.PROD_DATABASE }}
DATABASE_URL=${{ secrets.PROD_DATABASE }}
- name: Clone staging-ops repo, update, and push
env:
Expand Down

0 comments on commit 3e0dbe4

Please sign in to comment.