Auto deploy after build.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m7s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m7s
This commit is contained in:
parent
f7a3e5b524
commit
b29f66048a
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ name: Deploy
|
||||||
# Trigger the workflow manually from the Forgejo UI
|
# Trigger the workflow manually from the Forgejo UI
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
workflow_run:
|
||||||
|
workflows: ["docker-publish.yml"]
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_remote_command:
|
run_remote_command:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue