init
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 10s

This commit is contained in:
2026-04-19 12:18:49 +07:00
parent 322ab94b10
commit e68277dcdd
2 changed files with 16 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
name: Gitea Auto Deploy
run-name: ${{ gitea.actor }} pushed code 🚀
on: [push]
jobs:
Deploy-Container:
runs-on: ubuntu-latest
steps:
- name: Check out latest code
uses: actions/checkout@v4
- name: Deploy to Container
run: |
docker compose up -d --build --remove-orphans