thehrz.net/.gitea/workflows/ci.yml

18 lines
307 B
YAML
Raw Normal View History

2023-08-17 21:22:19 +08:00
name: CI
on: [push]
jobs:
Deploy:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: Deploy with Docker
run: docker compose up --build -d