Skip to content

Commit

Permalink
👷 Changed CI deployment to use production branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecarr committed Oct 11, 2022
1 parent 5d9de6c commit 3397af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: pages publish out --project-name=www
command: pages publish out --project-name=www --branch=production

0 comments on commit 3397af7

Please sign in to comment.