added pipeline to deploy
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: home
|
||||
|
||||
steps:
|
||||
- name: Pull repo
|
||||
run: |
|
||||
cd /mnt/ai/repos/main
|
||||
git pull origin main
|
||||
Reference in New Issue
Block a user