Skip to content

Implement asset value #472

Implement asset value

Implement asset value #472

Workflow file for this run

name: Deploy to development
on:
push:
branches:
- main
jobs:
env_setup:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Upload .env artifact
uses: actions/upload-artifact@v4
with:
name: env-file
path: .env
include-hidden-files: true
retention-days: 1
if-no-files-found: error
trigger_gcp_workflow:
needs: env_setup
uses: ./.github/workflows/gcp.yaml
with:
env_name: dev
env_name_label: development
gcp_region: europe-west4
secrets: inherit