Auto deploy after build.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m7s

This commit is contained in:
Cameron Redmore 2025-04-18 17:51:09 +01:00
parent f7a3e5b524
commit b29f66048a

View file

@ -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: