19yuke2-frontend/.gitea/workflows/ci.yml
2024-02-16 22:35:21 +08:00

18 lines
308 B
YAML

name: CI
on: [push]
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