Enable auto-deploy.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 43s

This commit is contained in:
Cameron Redmore 2025-04-18 17:52:00 +01:00
parent 97e56eb211
commit c709e6bcc2

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: ["build-and-dockerise.yml"]
types:
- completed
jobs: jobs:
run_remote_command: run_remote_command: