Skip to content

Update caller-wf.yaml #2

Update caller-wf.yaml

Update caller-wf.yaml #2

Workflow file for this run

name: Deploy Workflow
on:
workflow_dispatch:
push:
branches:
- "gh_test_ignore"
jobs:
deploy_dev:
name: Deploy to Dev
uses: JCWook/sample-go-app/.github/workflows/reusable-wf.yaml@stem
with:
deploy_env: devtest
secrets:
env_password: ${{ secrets.ENV_PWD }}
deploy_prod:
name: Deploy to Prod
uses: JCWook/sample-go-app/.github/workflows/reusable-wf.yaml@stem
with:
deploy_env: prod
secrets:
env_password: ${{ secrets.ENV_PWD }}