runner test
Deploy Vault CMS / deploy (push) Successful in 1m28s

This commit is contained in:
twotalesanimation
2026-08-01 17:03:04 +02:00
parent ae30260486
commit cc37509cce
+31
View File
@@ -0,0 +1,31 @@
name: Deploy Vault CMS
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
container:
volumes:
- /opt:/opt
steps:
- name: Deploy
shell: bash
run: |
set -e
cd /opt/owicms-src
git fetch origin
git reset --hard origin/master
cd /opt/owicms
docker compose up -d --build
docker image prune -f