Enable auto-deploy.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 43s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 43s
This commit is contained in:
parent
97e56eb211
commit
c709e6bcc2
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: ["build-and-dockerise.yml"]
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_remote_command:
|
run_remote_command:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue