Rebase onto upstream (a4d95fd) #12

Closed
wylab wants to merge 144 commits from rebase-onto-upstream into main
Showing only changes of commit 7c0a9fb81d - Show all commits
+16
View File
@@ -0,0 +1,16 @@
name: Deploy Nanobot
on:
workflow_dispatch:
jobs:
deploy:
runs-on: [self-hosted, linux-amd64]
timeout-minutes: 5
steps:
- name: Pull latest image and restart container
env:
UNRAID_PASS: ${{ secrets.UNRAID_PASS }}
run: |
sshpass -p "$UNRAID_PASS" ssh -o StrictHostKeyChecking=no -p 23 root@192.168.1.50 \
"docker pull git.wylab.me/wylab/nanobot:latest && docker restart nanobot"