addRestartAction (#12)
All checks were successful
Build-und-Deploy / build (push) Successful in 12s
All checks were successful
Build-und-Deploy / build (push) Successful in 12s
Co-authored-by: Nils Burghardt <nilzbu@gmail.com> Reviewed-on: #12
This commit was merged in pull request #12.
This commit is contained in:
14
.gitea/workflows/restart.yaml
Normal file
14
.gitea/workflows/restart.yaml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
name: Docker Restart Manuell
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
restart-docker:
|
||||||
|
runs-on: self-hosted
|
||||||
|
steps:
|
||||||
|
- name: Docker Compose Restart
|
||||||
|
run: |
|
||||||
|
cd /pfad/zum/docker-verzeichnis
|
||||||
|
docker compose down
|
||||||
|
docker compose up -d
|
||||||
Reference in New Issue
Block a user