ci: switch push activity type
Some checks reported warnings
fmt check / check (push) Has been cancelled
flake check / check (push) Has been cancelled
Some checks reported warnings
fmt check / check (push) Has been cancelled
flake check / check (push) Has been cancelled
This commit is contained in:
parent
f243892fd4
commit
414ec577bd
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ name: deploy systems
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
branches:
|
||||||
- "**.lock"
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -26,7 +26,7 @@ jobs:
|
||||||
cd .ssh
|
cd .ssh
|
||||||
nix run github:serokell/deploy-rs -- --ssh-opts="-i forgejo -o StrictHostKeyChecking=no" --skip-checks --targets .#arashi .#kariru .#sakura .#sora .#yuki
|
nix run github:serokell/deploy-rs -- --ssh-opts="-i forgejo -o StrictHostKeyChecking=no" --skip-checks --targets .#arashi .#kariru .#sakura .#sora .#yuki
|
||||||
- name: garbage collect
|
- name: garbage collect
|
||||||
uses: https://github.com/appleboy/ssh-action@1.0.0
|
uses: https://github.com/appleboy/ssh-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
host: 100.82.146.40
|
host: 100.82.146.40
|
||||||
username: root
|
username: root
|
||||||
|
|
Loading…
Reference in a new issue