This commit is contained in:
parent
8f6e46578b
commit
f4bfe65b9d
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ on:
|
|||
schedule:
|
||||
- cron: '0 2 * * *'
|
||||
# “At 02:00 daily."
|
||||
push:
|
||||
|
||||
jobs:
|
||||
deploy-rs:
|
||||
|
@ -83,6 +84,7 @@ jobs:
|
|||
run: |
|
||||
ssh -q -A -o StrictHostKeyChecking=no albert@framework-server \
|
||||
"
|
||||
env | grep SSH
|
||||
cd /etc/nixos/git
|
||||
git pull
|
||||
deploy
|
||||
|
|
Loading…
Reference in a new issue