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 606b7d0 commit cd657c3Copy full SHA for cd657c3
.github/workflows/deploy-dev.yml
@@ -20,11 +20,14 @@ jobs:
20
ref: main
21
path: './phoenix'
22
fetch-depth: 0
23
- - name: Building phoenix release artifacts
+ - name: Building phoenix release artifacts with pro
24
working-directory: ./phoenix
25
+ env:
26
+ PRO_REPO_URL: ${{ secrets.PRO_REPO_URL }}
27
+ PRO_REPO_ACCESS_TOKEN: ${{ secrets.PRO_REPO_ACCESS_TOKEN }}
28
run: |
29
npm ci
- npm run release:dev
30
+ npm run release:staging
31
npm run _releaseWebCache
32
npm run zipTestFiles
33
cp -r dist distToDeploy/
0 commit comments