Update .github/workflows/deploy.yml
All checks were successful
Testing / test (1.24.x, ubuntu-latest) (push) Successful in 1m0s
All checks were successful
Testing / test (1.24.x, ubuntu-latest) (push) Successful in 1m0s
This commit is contained in:
19
.github/workflows/deploy.yml
vendored
19
.github/workflows/deploy.yml
vendored
@ -1,10 +1,21 @@
|
||||
name: Deploy Project
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: build-and-push
|
||||
types:
|
||||
- completed #requested
|
||||
workflow_dispatch:
|
||||
branches:
|
||||
- develop
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
# - '.github/**'
|
||||
inputs:
|
||||
Version:
|
||||
description: Application Version
|
||||
type: string
|
||||
required: true
|
||||
Env:
|
||||
description: Deployment Environment
|
||||
type: environment
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
on-success:
|
||||
|
Reference in New Issue
Block a user