Skip to content

Commit 851cfff

Browse files
authored
point to dev.phcode.dev
1 parent 3e007a4 commit 851cfff

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Deploy Notification To staging.phcode.dev
1+
name: Deploy Notification To dev.phcode.dev
22

33
on:
44
repository_dispatch:
5-
types: [deploy-staging]
5+
types: [deploy-dev]
66

77
jobs:
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/
@@ -41,4 +41,4 @@ jobs:
4141
with:
4242
github_token: ${{ secrets.GITHUB_TOKEN }}
4343
publish_dir: ./public
44-
cname: staging.phcode.dev
44+
cname: dev.phcode.dev

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
staging.phcode.dev
1+
dev.phcode.dev

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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

0 commit comments

Comments
 (0)