Skip to content

fix: who run the tech use precise number #30

fix: who run the tech use precise number

fix: who run the tech use precise number #30

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