This commit is contained in:
12
.gitea/workflows/update.yml
Normal file
12
.gitea/workflows/update.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: Update Compose File
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Update Compose
|
||||||
|
run: "sshpass -p {{ secrets.SSH_PASSWORD }} ssh craisin@minicraisin \"cd config && git pull && docker compose up -d --remove-orphans\""
|
||||||
Reference in New Issue
Block a user