Skip to content

Commit

Permalink
Fix: rename deploy xdai qa workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rdig committed Oct 14, 2021
1 parent b073650 commit f6054dd
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 16 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deployGoerli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm upgrade
run: npm i -g npm@8 --registry=https://registry.npmjs.org
env:
NPM_CONFIG_PREFIX: "~/.npm-global"
- name: Install needed dependencies
run: npm ci
- name: Patch subgraph for bad domains
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/deployXdai.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Xdai QA
name: Deploy Xdai

on:
repository_dispatch:
Expand All @@ -22,8 +22,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm upgrade
run: npm i -g npm@8 --registry=https://registry.npmjs.org
env:
NPM_CONFIG_PREFIX: "~/.npm-global"
- name: Install needed dependencies
run: npm ci
- name: Patch subgraph for bad domains
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deployXdaiQA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm upgrade
run: npm i -g npm@8 --registry=https://registry.npmjs.org
env:
NPM_CONFIG_PREFIX: "~/.npm-global"
- name: Install needed dependencies
run: npm ci
- name: Patch subgraph for bad domains
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/triggerDeployGoerli.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Prepare deploy goerli
name: Prepare Goerli Deployment
on:
repository_dispatch:
types: [trigger-deploy-goerli]
Expand All @@ -21,8 +21,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm upgrade
run: npm i -g npm@8 --registry=https://registry.npmjs.org
env:
NPM_CONFIG_PREFIX: "~/.npm-global"
- name: Install dependencies
run: npm ci
- name: Checkout frontend repository
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/triggerDeployXdai.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Prepare deploy goerli
name: Prepare Xdai Deployment
on:
repository_dispatch:
types: [trigger-deploy-xdai]
Expand All @@ -21,8 +21,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm upgrade
run: npm i -g npm@8 --registry=https://registry.npmjs.org
env:
NPM_CONFIG_PREFIX: "~/.npm-global"
- name: Install dependencies
run: npm ci
- name: Checkout frontend repository
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/triggerDeployXdaiQA.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Prepare deploy goerli
name: Prepare Xdai QA Deployment
on:
repository_dispatch:
types: [trigger-deploy-xdai-qa]
Expand All @@ -21,8 +21,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm upgrade
run: npm i -g npm@8 --registry=https://registry.npmjs.org
env:
NPM_CONFIG_PREFIX: "~/.npm-global"
- name: Install dependencies
run: npm ci
- name: Checkout frontend repository
Expand Down

0 comments on commit f6054dd

Please sign in to comment.