thehrz 145bb045e9
Some checks failed
CI / deploy (push) Failing after 2m53s
fork from xmdhs/authlib-skin
2025-01-24 16:57:58 +08:00

26 lines
406 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 --force-recreate -d