File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- name : Deploy Notification To staging .phcode.dev
1+ name : Deploy Notification To dev .phcode.dev
22
33on :
44 repository_dispatch :
5- types : [deploy-staging ]
5+ types : [deploy-dev ]
66
77jobs :
88 build-tasks :
@@ -17,13 +17,13 @@ jobs:
1717 uses : actions/checkout@v3
1818 with :
1919 repository : phcode-dev/phoenix
20- ref : staging
20+ ref : main
2121 path : ' ./phoenix'
2222 - name : Building phoenix release artifacts
2323 working-directory : ./phoenix
2424 run : |
2525 npm install
26- npm run release:staging
26+ npm run release:dev
2727 npm run test
2828 cp -r dist distToDeploy/
2929 cp -r dist distToDeploy/src/
4141 with :
4242 github_token : ${{ secrets.GITHUB_TOKEN }}
4343 publish_dir : ./public
44- cname : staging .phcode.dev
44+ cname : dev .phcode.dev
Original file line number Diff line number Diff line change 1- staging .phcode.dev
1+ dev .phcode.dev
Original file line number Diff line number Diff line change 1- # staging .phcode.dev
1+ # dev .phcode.dev
22
3- The deployed site for [ staging .phcode.dev] ( https://staging .phcode.dev ) .
3+ The deployed site for [ dev .phcode.dev] ( https://dev .phcode.dev ) .
44
5- This serves staging /test site of phoenix code editor
5+ This serves development /test site of phoenix code editor
66
77
8- Please see branch: [ gh-pages] ( https://github.com/phcode-dev/staging .phcode.dev/tree/gh-pages ) for seeing the files in the deployed site.
8+ Please see branch: [ gh-pages] ( https://github.com/phcode-dev/dev .phcode.dev/tree/gh-pages ) for seeing the files in the deployed site.
99
1010## Parent repository:
1111
You can’t perform that action at this time.
0 commit comments