Merge branch 'main' of http://www.topverse.world:3000/topverse/RuralDatabase
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7m45s Details

This commit is contained in:
unknown 2024-07-05 02:14:33 +08:00
commit 78bf1232dc
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