Skip to content

Commit

Permalink
chore(all): modify the repo name to dcellar (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinxl authored Mar 11, 2024
1 parent fdb1146 commit 9ab0b00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/comment-deploy-scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,39 +39,39 @@ jobs:
dcellar-web-ui-e2e-deploy-with-qa:
needs: [pre-check]
if: (contains(needs.pre-check.outputs.codeowners, github.event.comment.user.login) && ((github.event.comment.body == '/e2e-deploy:dcellar-web-ui') || (github.event.comment.body == '/e2e-deploy-qa:dcellar-web-ui')))
uses: node-real/dcellar-fe/.github/workflows/dcellar-web-ui-e2e-cicd.yml@main
uses: node-real/dcellar/.github/workflows/dcellar-web-ui-e2e-cicd.yml@main
secrets: inherit
with:
app_name: dcellar-web-ui
env: qa
dcellar-web-ui-e2e-deploy-with-testnet:
needs: [pre-check]
if: (contains(needs.pre-check.outputs.codeowners, github.event.comment.user.login) && (github.event.comment.body == '/e2e-deploy-testnet:dcellar-web-ui'))
uses: node-real/dcellar-fe/.github/workflows/dcellar-web-ui-e2e-cicd.yml@main
uses: node-real/dcellar/.github/workflows/dcellar-web-ui-e2e-cicd.yml@main
secrets: inherit
with:
app_name: dcellar-web-ui
env: testnet
dcellar-web-ui-e2e-deploy-with-mainnet:
needs: [pre-check]
if: (contains(needs.pre-check.outputs.codeowners, github.event.comment.user.login) && (github.event.comment.body == '/e2e-deploy-mainnet:dcellar-web-ui'))
uses: node-real/dcellar-fe/.github/workflows/dcellar-web-ui-e2e-cicd.yml@main
uses: node-real/dcellar/.github/workflows/dcellar-web-ui-e2e-cicd.yml@main
secrets: inherit
with:
app_name: dcellar-web-ui
env: mainnet
dcellar-web-ui-new-e2e-deploy-with-qa:
needs: [pre-check]
if: (contains(needs.pre-check.outputs.codeowners, github.event.comment.user.login) && (github.event.comment.body == '/new-e2e-deploy-qa:dcellar-web-ui'))
uses: node-real/dcellar-fe/.github/workflows/dcellar-web-ui-new-e2e-cicd.yml@main
uses: node-real/dcellar/.github/workflows/dcellar-web-ui-new-e2e-cicd.yml@main
secrets: inherit
with:
app_name: dcellar-web-ui
env: qa
dcellar-web-ui-qa-deploy:
needs: [pre-check]
if: (contains(needs.pre-check.outputs.codeowners, github.event.comment.user.login) && (github.event.comment.body == '/qa-deploy:dcellar-web-ui'))
uses: node-real/dcellar-fe/.github/workflows/dcellar-web-ui-qa-cicd.yml@main
uses: node-real/dcellar/.github/workflows/dcellar-web-ui-qa-cicd.yml@main
secrets: inherit
with:
app_name: dcellar-web-ui
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Each package has its own **node_modules** directory that contains symbolic links

## Getting started

1. clone the repository: `git clone [email protected]:node-real/dcellar-fe.git`
1. clone the repository: `git clone [email protected]:node-real/dcellar.git`
2. Install the Rush tool as global package: `npm install -g @microsoft/rush`
3. Install dependency and build symbolic links for apps: `rush install`

Expand Down

0 comments on commit 9ab0b00

Please sign in to comment.