Skip to content

fix: some edit to who run the tech (thanks Manon !) #29

fix: some edit to who run the tech (thanks Manon !)

fix: some edit to who run the tech (thanks Manon !) #29

Workflow file for this run

name: Production
on:
workflow_dispatch:
push:
branches:
- 'blog'
jobs:
prepare-image:
uses: ./.github/workflows/_docker.yml
secrets: inherit
build-and-deploy:
needs: prepare-image
uses: ./.github/workflows/_deploy.yml
with:
environment: 'Production'
subdomain: www
secrets: inherit