Skip to content

Commit

Permalink
Merge pull request #7 from deriv-com/workflow-test-branch
Browse files Browse the repository at this point in the history
fix: fix staging workflow
  • Loading branch information
shafin-deriv authored Feb 3, 2025
2 parents e6ff4d1 + fc20a48 commit 7fbfb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish_to_staging/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ runs:
npm i [email protected]
cd dist
npx wrangler pages deploy . --project-name=${{ inputs.PROJECT_NAME }}
echo "Staging URL: https://${{ inputs.PROJECT_NAME }}.pages.dev"
echo "Staging URL: https://staging.${{ inputs.PROJECT_NAME }}.pages.dev"

0 comments on commit 7fbfb46

Please sign in to comment.