Skip to content

Commit 43d45ee

Browse files
committed
chore: remove CI product deployment trigger
1 parent 2e4bd75 commit 43d45ee

File tree

1 file changed

+1
-46
lines changed

1 file changed

+1
-46
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
deploy:
11-
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.commits[0].message, 'generate json files') && !contains(github.event.commits[0].message, 'skip deploy') }}
11+
# if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.commits[0].message, 'generate json files') && !contains(github.event.commits[0].message, 'skip deploy') }}
1212
name: "Trigger deployments"
1313
runs-on: ubuntu-latest
1414
permissions: write-all
@@ -24,15 +24,6 @@ jobs:
2424
with:
2525
time: 60s
2626

27-
- name: Deploy mito (devnet)
28-
if: ${{ env.SKIP_DEPLOYMENTS != 'true' }}
29-
uses: benc-uk/[email protected]
30-
with:
31-
workflow: devnet.yml
32-
ref: dev
33-
repo: mitoFinance/mito-ui
34-
token: "${{ secrets.GH_TOKEN }}"
35-
3627
- name: Deploy mito
3728
if: ${{ env.SKIP_DEPLOYMENTS != 'true' }}
3829
uses: benc-uk/[email protected]
@@ -42,15 +33,6 @@ jobs:
4233
repo: mitoFinance/mito-ui
4334
token: "${{ secrets.GH_TOKEN }}"
4435

45-
- name: Deploy bridge (devnet)
46-
if: ${{ env.SKIP_DEPLOYMENTS != 'true' }}
47-
uses: benc-uk/[email protected]
48-
with:
49-
workflow: devnet.yml
50-
ref: dev
51-
repo: injectiveLabs/injective-bridge
52-
token: "${{ secrets.GH_TOKEN }}"
53-
5436
- name: Deploy bridge (mainnet)
5537
if: ${{ env.SKIP_DEPLOYMENTS != 'true' }}
5638
uses: benc-uk/[email protected]
@@ -60,15 +42,6 @@ jobs:
6042
repo: injectiveLabs/injective-bridge
6143
token: "${{ secrets.GH_TOKEN }}"
6244

63-
- name: Rebuild helix (devnet)
64-
if: ${{ env.SKIP_DEPLOYMENTS != 'true' }}
65-
uses: benc-uk/[email protected]
66-
with:
67-
workflow: devnet.yml
68-
ref: dev
69-
repo: injectiveLabs/injective-helix
70-
token: "${{ secrets.GH_TOKEN }}"
71-
7245
- name: Rebuild helix
7346
if: ${{ env.SKIP_DEPLOYMENTS != 'true' }}
7447
uses: benc-uk/[email protected]
@@ -78,15 +51,6 @@ jobs:
7851
repo: injectiveLabs/injective-helix
7952
token: "${{ secrets.GH_TOKEN }}"
8053

81-
- name: Deploy explorer (devnet)
82-
if: ${{ env.SKIP_DEPLOYMENTS != 'true' }}
83-
uses: benc-uk/[email protected]
84-
with:
85-
workflow: devnet.yml
86-
ref: dev
87-
repo: injectiveLabs/injective-explorer
88-
token: "${{ secrets.GH_TOKEN }}"
89-
9054
- name: Deploy explorer
9155
if: ${{ env.SKIP_DEPLOYMENTS != 'true' }}
9256
uses: benc-uk/[email protected]
@@ -96,15 +60,6 @@ jobs:
9660
repo: injectiveLabs/injective-explorer
9761
token: "${{ secrets.GH_TOKEN }}"
9862

99-
- name: Rebuild hub (devnet)
100-
if: ${{ env.SKIP_DEPLOYMENTS != 'true' }}
101-
uses: benc-uk/[email protected]
102-
with:
103-
workflow: devnet.yml
104-
ref: dev
105-
repo: injectiveLabs/injective-hub
106-
token: "${{ secrets.GH_TOKEN }}"
107-
10863
- name: Rebuild Hub
10964
if: ${{ env.SKIP_DEPLOYMENTS != 'true' }}
11065
uses: benc-uk/[email protected]

0 commit comments

Comments
 (0)