Skip to content

Commit

Permalink
Merge pull request #201 from gagan-suie/dev
Browse files Browse the repository at this point in the history
Fix: testing ci deployments
  • Loading branch information
gagansuie authored Jan 23, 2023
2 parents b7a41a9 + dceb281 commit d18531b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages publish ".svelte-kit/cloudflare" --project-name=mage-website
command: pages publish ".svelte-kit/cloudflare" --production-branch main --project-name=mage-website

create-tag:
if: ${{ github.actor != 'dependabot[bot]' }}
Expand Down

0 comments on commit d18531b

Please sign in to comment.