编译版
This commit is contained in:
parent
9004b72ba2
commit
17ca749ac9
|
@ -0,0 +1,14 @@
|
|||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: linux
|
||||
steps:
|
||||
- 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
|
||||
- name: Deploy
|
||||
run: cd /opt/workspace/RuralDatabase && chmod +x deploy.sh && ./deploy.sh
|
Loading…
Reference in New Issue