更新 .gitea/workflows/action.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run Details

This commit is contained in:
huxin 2024-07-05 02:13:45 +08:00
parent 17ca749ac9
commit b50f5cbcfb
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ jobs:
- name: Build & Deploy - name: Build & Deploy
run: rm -rf /opt/workspace/RuralDatabase run: rm -rf /opt/workspace/RuralDatabase
- name: Clone Repository - name: Clone Repository
run: git clone http://127.0.0.1:3000/topverse/RuralDatabase.git /opt/workspace/RuralDatabase run: git clone http://127.0.0.1:3000/topverse/RuralDatabase.git /opt/workspace/RuralDatabase
- name: Deploy - name: Deploy
run: cd /opt/workspace/RuralDatabase && chmod +x deploy.sh && ./deploy.sh run: cd /opt/workspace/RuralDatabase && chmod +x deploy.sh && ./deploy.sh