Files
star-cloud/.gitea/workflows/deploy-prod.yaml
sky121113 4bf4898e6a
All checks were successful
star-cloud-deploy-production / deploy-production (push) Successful in 5s
[FIX] 在預設分支同步工作流配置以修正 Gitea 介面顯示問題
2026-03-06 17:13:48 +08:00

22 lines
535 B
YAML

name: star-cloud-deploy-production
on:
push:
branches:
- main
jobs:
deploy-production:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
github-server-url: https://gitea.taiwan-star.com.tw
repository: ${{ github.repository }}
- name: Step 1 - Push Code to Production
run: |
echo "Production deployment is currently in preparation..."
# 待正式環境資料確定後,再補上 rsync 與 SSH 邏輯