mirror of
https://github.com/turbot/steampipe.git
synced 2026-04-13 22:00:05 -04:00
7
.github/workflows/buildassetsimage.yml
vendored
7
.github/workflows/buildassetsimage.yml
vendored
@@ -17,7 +17,9 @@ env:
|
||||
ORG: turbot
|
||||
CONFIG_SCHEMA_VERSION: "2020-11-18"
|
||||
VERSION: ${{ github.event.inputs.tag }}
|
||||
|
||||
REACT_APP_STAGE: "production"
|
||||
REACT_APP_HEAP_ID: "2696375185"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build and Push Assets
|
||||
@@ -60,6 +62,9 @@ jobs:
|
||||
unset CI
|
||||
yarn build
|
||||
working-directory: ./ui/dashboard
|
||||
env:
|
||||
REACT_APP_STAGE: ${{ env.REACT_APP_STAGE }}
|
||||
REACT_APP_HEAP_ID: ${{ env.REACT_APP_HEAP_ID }}
|
||||
|
||||
- name: Move Build Assets
|
||||
run: |-
|
||||
|
||||
Reference in New Issue
Block a user