Skip to content

Commit

Permalink
Merge pull request #6 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 dbcb6ca + 67179f7 commit e6ff4d1
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 @@ -21,5 +21,5 @@ runs:
run: |
npm i [email protected]
cd dist
npx wrangler pages deploy . --project-name=${{ inputs.PROJECT_NAME }} --production
npx wrangler pages deploy . --project-name=${{ inputs.PROJECT_NAME }}
echo "Staging URL: https://${{ inputs.PROJECT_NAME }}.pages.dev"

0 comments on commit e6ff4d1

Please sign in to comment.