Skip to content

Commit

Permalink
Fixes the missing quote.
Browse files Browse the repository at this point in the history
  • Loading branch information
fromastwithlove committed Nov 24, 2024
1 parent 16ed9f9 commit 9b6cb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
export CONTACT_EMAIL="${{ secrets.CONTACT_EMAIL }}"
export CONTACT_PASS="${{ secrets.CONTACT_PASS }}"
export NEXT_PUBLIC_GA_TRACKING_ID=${{ secrets.GA_TRACKING_ID }}"
export NEXT_PUBLIC_GA_TRACKING_ID="${{ secrets.GA_TRACKING_ID }}"
docker compose down || true
docker compose pull
Expand Down

0 comments on commit 9b6cb51

Please sign in to comment.