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