china-genshin-impact-high-s.../.gitea/workflows/ci.yml
thehrz ac7c0979c9
All checks were successful
CI / deploy (push) Successful in 1m20s
ci: add gitea actions file
2024-08-18 22:42:33 +08:00

26 lines
385 B
YAML

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-22.04
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