We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84352e3 commit 98626eaCopy full SHA for 98626ea
1 file changed
.github/workflows/deploy-production.yml
@@ -22,9 +22,12 @@ jobs:
22
fetch-depth: 0
23
- name: Building phoenix release artifacts
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:prod
31
npm run zipTestFiles
32
cp -r dist distToDeploy/
33
cp -r dist distToDeploy/src/
0 commit comments