We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d5d0a commit 16ce1b3Copy full SHA for 16ce1b3
.github/workflows/main-fe.yml
@@ -70,4 +70,7 @@ jobs:
70
with:
71
apiToken: ${{ secrets.CF_API_TOKEN }}
72
accountId: ${{ secrets.CF_ACCOUNT_ID }}
73
- command: pages deploy ./frontend/dist --project-name=localib --env ${{ github.event_name == 'release' && 'main' || 'not-hotdog' }}
+ command: >
74
+ pages deploy ./frontend/dist
75
+ --project-name=localib
76
+ --branch ${{ github.event_name == 'release' && 'main' || 'not-hotdog' }}
0 commit comments