更新 .gitea/workflows/action.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Details
This commit is contained in:
parent
17ca749ac9
commit
b50f5cbcfb
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue