File tree Expand file tree Collapse file tree 3 files changed +1
-12
lines changed
Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - ' *'
7- workflow_call : # Allow this workflow to be called by other workflows
87
98jobs :
109 ci :
1110 runs-on : ubuntu-latest
12- environment :
13- name : preview
11+ environment : preview
1412 steps :
1513 - uses : actions/checkout@v4
1614
Original file line number Diff line number Diff line change 66
77jobs :
88 deploy-testnet :
9- needs : [ci]
109 name : Deploy to NuxtHub Testnet
1110 runs-on : ubuntu-latest
1211 environment :
4140 project-key : ${{ secrets.NUXT_HUB_PROJECT_KEY }}
4241
4342 deploy-mainnet :
44- needs : [ci]
4543 name : Deploy to NuxtHub Mainnet
4644 runs-on : ubuntu-latest
4745 environment :
7472 id : deploy-mainnet
7573 with :
7674 project-key : ${{ secrets.NUXT_HUB_PROJECT_KEY }}
77-
78- ci :
79- uses : ./.github/workflows/ci.yml
Original file line number Diff line number Diff line change 66
77jobs :
88 build :
9- needs : [ci]
109 runs-on : ubuntu-latest
1110
1211 steps :
2726 run : pnpm build
2827
2928 - run : pnpx pkg-pr-new publish './packages/*'
30-
31- ci :
32- uses : ./.github/workflows/ci.yml
You can’t perform that action at this time.
0 commit comments