Skip to content

Commit

Permalink
JSONify?
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Oct 24, 2024
1 parent 7160f49 commit 69737ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
working-directory: apps/api
run: |
set -o pipefail
pnpm dlx wrangler deploy src/index.ts --define "import.meta.env.GIT_SHA:$(git rev-parse HEAD)" 2>&1 | tee -a BUILD_OUTPUT
pnpm dlx wrangler deploy src/index.ts --define "import.meta.env.GIT_SHA:'$(git rev-parse HEAD)'" 2>&1 | tee -a BUILD_OUTPUT
- name: Export `DEPLOYMENT_URL`
id: result
Expand Down

0 comments on commit 69737ae

Please sign in to comment.