Skip to content

Commit cd657c3

Browse files
committed
pro builds with prod artifacts
1 parent 606b7d0 commit cd657c3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@ jobs:
2020
ref: main
2121
path: './phoenix'
2222
fetch-depth: 0
23-
- name: Building phoenix release artifacts
23+
- name: Building phoenix release artifacts with pro
2424
working-directory: ./phoenix
25+
env:
26+
PRO_REPO_URL: ${{ secrets.PRO_REPO_URL }}
27+
PRO_REPO_ACCESS_TOKEN: ${{ secrets.PRO_REPO_ACCESS_TOKEN }}
2528
run: |
2629
npm ci
27-
npm run release:dev
30+
npm run release:staging
2831
npm run _releaseWebCache
2932
npm run zipTestFiles
3033
cp -r dist distToDeploy/

0 commit comments

Comments
 (0)