Skip to content

Commit 7162075

Browse files
authored
create.phcode.dev
1 parent 2468e39 commit 7162075

File tree

6 files changed

+8
-325
lines changed

6 files changed

+8
-325
lines changed

.github/workflows/comment_pr.yml

Lines changed: 0 additions & 66 deletions
This file was deleted.

.github/workflows/deploy-production.yml

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

33
on:
44
repository_dispatch:
5-
types: [deploy-production]
5+
types: [deploy-production-create]
66

77
jobs:
88
build-tasks:
@@ -42,4 +42,4 @@ jobs:
4242
with:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
4444
publish_dir: ./public
45-
cname: phcode.dev
45+
cname: create.phcode.dev

.github/workflows/python/verify_cla_signature_pr.py

Lines changed: 0 additions & 177 deletions
This file was deleted.

.github/workflows/verify_cla_signature_pr.yml

Lines changed: 0 additions & 74 deletions
This file was deleted.

CNAME

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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# phcode.dev
2-
Phoenix code editor for the web.
1+
# create.phcode.dev
2+
Extensions, themes and assets development site for Phoenix code editor.
33

4-
The deployed site of [phcode.dev](https://phcode.dev)
4+
The deployed site of [create.phcode.dev](https://create.phcode.dev)
55

6-
Please see branch: [gh-pages](https://github.com/phcode-dev/phcode.dev/tree/gh-pages) for seeing the files in the deployed site.
6+
Please see branch: [gh-pages](https://github.com/phcode-dev/create.phcode.dev/tree/gh-pages) for seeing the files in the deployed site.
77

88
## Parent repository:
99

0 commit comments

Comments
 (0)