Update .gitea/workflows/deploy.yaml

This commit is contained in:
2025-11-21 18:00:49 +08:00
parent e213dcf656
commit cdddde25d1

View File

@@ -8,6 +8,10 @@ on:
jobs:
deploy:
runs-on: ubuntu-22.04
container:
image: your-image:tag
volumes:
- /app:/app
steps:
- name: Checkout code