Skip to content

feat: Add better pipeline groups for Artemis (hardcoded for now) (#75) #18

feat: Add better pipeline groups for Artemis (hardcoded for now) (#75)

feat: Add better pipeline groups for Artemis (hardcoded for now) (#75) #18

Workflow file for this run

name: Build and Deploy to Prod
on:
push:
branches: [main]
jobs:
build-prod-container:
uses: ./.github/workflows/build_docker.yml
secrets: inherit
deploy-prod-container:
needs: build-prod-container
uses: ./.github/workflows/deploy_docker.yml
secrets: inherit
with:
environment: production
client_image_tag: "latest"
application_server_image_tag: "latest"
webhook_listener_image_tag: "latest"