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
|
name: Deploy Project
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_dispatch:
|
||||||
workflows: build-and-push
|
branches:
|
||||||
types:
|
- develop
|
||||||
- completed #requested
|
paths-ignore:
|
||||||
|
- 'README.md'
|
||||||
|
# - '.github/**'
|
||||||
|
inputs:
|
||||||
|
Version:
|
||||||
|
description: Application Version
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
Env:
|
||||||
|
description: Deployment Environment
|
||||||
|
type: environment
|
||||||
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
on-success:
|
on-success:
|
||||||
|
Reference in New Issue
Block a user