Skip to content

Commit

Permalink
Merge to one deployment (#25)
Browse files Browse the repository at this point in the history
* Update CI

* Udpate action
  • Loading branch information
fewensa authored Oct 9, 2024
1 parent c3eb588 commit ea79003
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 95 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.

11 changes: 0 additions & 11 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 All @@ -38,7 +28,6 @@ jobs:
vercel_token: ${{ secrets.VERCEL_TOKEN }}
vercel_group: itering
preview_output: true
preview_section: ${{ matrix.chain }}
script_run: false
dist_path: .
project_name: aragonette
Expand Down
12 changes: 0 additions & 12 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 All @@ -40,10 +30,8 @@ jobs:
vercel_token: ${{ secrets.VERCEL_TOKEN }}
vercel_group: itering
preview_output: true
preview_section: ${{ matrix.chain }}
script_run: false
dist_path: .
project_name: aragonette
prod_mode: true
enable_cache: false
alias_domain: ${{ matrix.chain == 'darwinia' && 'vote.ringdao.com' || format('{0}-vote.ringdao.com', matrix.chain) }}
12 changes: 0 additions & 12 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 All @@ -39,10 +29,8 @@ jobs:
vercel_token: ${{ secrets.VERCEL_TOKEN }}
vercel_group: itering
preview_output: true
preview_section: ${{ matrix.chain }}
script_run: false
dist_path: .
project_name: aragonette
enable_cache: false
alias_domain: '${{ matrix.chain }}-vote'

0 comments on commit ea79003

Please sign in to comment.