Merge branch 'main' of http://www.topverse.world:3000/topverse/RuralDatabase
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7m45s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7m45s
Details
This commit is contained in:
commit
78bf1232dc
|
@ -9,6 +9,6 @@ jobs:
|
|||
- name: Build & Deploy
|
||||
run: rm -rf /opt/workspace/RuralDatabase
|
||||
- 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
|
||||
run: cd /opt/workspace/RuralDatabase && chmod +x deploy.sh && ./deploy.sh
|
||||
|
|
Loading…
Reference in New Issue