Skip to content

feat: Setup Helios deployment #5

feat: Setup Helios deployment

feat: Setup Helios deployment #5

Workflow file for this run

name: Build and Deploy to Prod
on:
push:
branches:
- main
# TODO: remove below
pull_request:
branches:
- main
types: [ opened, reopened, edited, synchronize ]
jobs:
build-prod-container:
if: github.event.pull_request.head.ref == '66-setup-helios-deployment'
uses: ./.github/workflows/build_docker.yml
secrets: inherit
with:
environment: production