Skip to content

Commit

Permalink
added workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
franko4don committed Oct 4, 2024
1 parent cb36ba1 commit d513b6f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/push-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,49 +52,49 @@ jobs:
if: steps.filter.outputs.backend == 'true'
run: |
cd backend
yarn && yarn build --production
yarn && yarn build
- name: Build Backend ausdce
if: steps.filter.outputs.backend-ausdce == 'true'
run: |
cd backend-ausdce
yarn && yarn build --production
yarn && yarn build
- name: Build Backend dai
if: steps.filter.outputs.backend-dai == 'true'
run: |
cd backend-dai
yarn && yarn build --production
yarn && yarn build
- name: Build Backend usdc
if: steps.filter.outputs.backend-usdc == 'true'
run: |
cd backend-usdc
yarn && yarn build --production
yarn && yarn build
- name: Build Backend usdt
if: steps.filter.outputs.backend-usdt == 'true'
run: |
cd backend-usdt
yarn && yarn build --production
yarn && yarn build
- name: Build Backend wbtc
if: steps.filter.outputs.backend-wbtc == 'true'
run: |
cd backend-wbtc
yarn && yarn build --production
yarn && yarn build
- name: Build Backend weth
if: steps.filter.outputs.backend-weth == 'true'
run: |
cd backend-weth
yarn && yarn build --production
yarn && yarn build
- name: Build Backend wnt
if: steps.filter.outputs.backend-wnt == 'true'
run: |
cd backend-wnt
yarn && yarn build --production
yarn && yarn build
- name: Install OpenVPN
run: |
Expand Down
3 changes: 1 addition & 2 deletions backend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
dist/
.env
node_modules/
coverage
.env.prod
coverage

0 comments on commit d513b6f

Please sign in to comment.