Skip to content

Commit

Permalink
Merge pull request #2092 from coronasafe/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gigincg authored Apr 16, 2024
2 parents 8538f19 + eff9687 commit 5f14c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,5 @@ jobs:
run: |
COMMIT_SHA=${{ github.sha }}
JSON='{ "substitutions": { "care_be_tag":"'"$COMMIT_SHA"'", "care_fe_tag": "", "metabase_tag": "" } }'
curl --location ${{ secrets.STAGING_GCP_DEPLOY_URL }} \
curl --location "${{ secrets.STAGING_GCP_DEPLOY_URL }}" \
--header 'Content-Type: application/json' --data "$JSON"

0 comments on commit 5f14c46

Please sign in to comment.