Skip to content

Commit

Permalink
A0-3351: Review remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Oct 24, 2023
1 parent 2976923 commit df4b55d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-deploy-to-devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
push:
branches:
- master
paths-ignore:
- ".github/**"
- "*.md"

jobs:
build-and-push:
Expand All @@ -21,7 +24,7 @@ jobs:
id: build-devnet
with:
environment: devnet
build_envs: 'VITE_DISABLE_MAINNET=1 VITE_DISABLE_TESTNET=1 VITE_DISABLE_FIAT=1'
build_envs: 'VITE_DISABLE_FIAT=1'
aws_mainnet_access_key_id: ${{ secrets.AWS_MAINNET_ACCESS_KEY_ID }}
aws_mainnet_secret_access_key: ${{ secrets.AWS_MAINNET_SECRET_ACCESS_KEY }}
outputs:
Expand Down

0 comments on commit df4b55d

Please sign in to comment.