Skip to content

Commit

Permalink
fix prod pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Synthetics authored and Synthetics committed Nov 13, 2023
1 parent 977d822 commit a539ccb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/kread-mainnet-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
- name: Build and push Docker images
run: |
cd frontend
export $(grep -v '^#' .env.mainnet | xargs)
envsubst < ../deployment/mainnet/workloads/config/ui-config.template.yaml > ../deployment/mainnet/workloads/config/ui-config.yaml
envsubst < skaffold.mainnet.template.yaml > skaffold.mainnet.yaml
skaffold run --filename skaffold.mainnet.yaml
export $(grep -v '^#' .env.production | xargs)
envsubst < ../deployment/production/workloads/config/ui-config.template.yaml > ../deployment/production/workloads/config/ui-config.yaml
envsubst < skaffold.production.template.yaml > skaffold.production.yaml
skaffold run --filename skaffold.production.yaml
shell: bash

0 comments on commit a539ccb

Please sign in to comment.