deploy: deploy-rs implementation first pass
Some checks reported warnings
flake check / check (push) Has been cancelled
deploy systems / deploy (push) Has been cancelled
fmt check / check (push) Has been cancelled
Some checks reported warnings
flake check / check (push) Has been cancelled
deploy systems / deploy (push) Has been cancelled
fmt check / check (push) Has been cancelled
This commit is contained in:
parent
5fa9dcab2d
commit
6cd17ea1ec
1 changed files with 4 additions and 7 deletions
|
@ -11,10 +11,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GH_TOKEN }}
|
github-token: ${{ secrets.GH_TOKEN }}
|
||||||
- name: deploy
|
- name: deploy
|
||||||
uses: https://github.com/appleboy/ssh-action@v1.0.0
|
run: |
|
||||||
with:
|
mkdir .ssh
|
||||||
host: "100.121.201.47"
|
cat {{secrets.TEST_SSH_DEPLOY_KEY}} >> forgejo && cd .ssh
|
||||||
username: root
|
nix run github:serokell/deploy-rs -- --ssh-opts="-i ./forgejo" --targets .#sakura .#yuki .#arashi .#kariru .#sora
|
||||||
key: ${{secrets.SSH_DEPLOY_KEY}}
|
|
||||||
script: |
|
|
||||||
uname -a
|
|
||||||
|
|
Loading…
Reference in a new issue