Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Oct 9, 2024
1 parent c3eb588 commit a365efc
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 90 deletions.
20 changes: 0 additions & 20 deletions .env.crab

This file was deleted.

20 changes: 0 additions & 20 deletions .env.darwinia

This file was deleted.

20 changes: 0 additions & 20 deletions .env.koi

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,9 @@ jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
strategy:
matrix:
chain:
# - crab
# - darwinia
- koi
steps:
- uses: actions/checkout@v4

- name: Copy env
run: |
cp .env.${{ matrix.chain }} .env.production || true
- name: Render penv
id: render_template
uses: chuhlomin/render-template@v1
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/deploy-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,9 @@ jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
strategy:
matrix:
chain:
# - crab
# - darwinia
- koi
steps:
- uses: actions/checkout@v4

- name: Copy env
run: |
cp .env.${{ matrix.chain }} .env.production || true
- name: Render penv
id: render_template
uses: chuhlomin/render-template@v1
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/deploy-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,9 @@ jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
strategy:
matrix:
chain:
# - crab
# - darwinia
- koi
steps:
- uses: actions/checkout@v4

- name: Copy env
run: |
cp .env.${{ matrix.chain }} .env.production || true
- name: Render penv
id: render_template
uses: chuhlomin/render-template@v1
Expand Down

0 comments on commit a365efc

Please sign in to comment.