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:
|
||||
github-token: ${{ secrets.GH_TOKEN }}
|
||||
- name: deploy
|
||||
uses: https://github.com/appleboy/ssh-action@v1.0.0
|
||||
with:
|
||||
host: "100.121.201.47"
|
||||
username: root
|
||||
key: ${{secrets.SSH_DEPLOY_KEY}}
|
||||
script: |
|
||||
uname -a
|
||||
run: |
|
||||
mkdir .ssh
|
||||
cat {{secrets.TEST_SSH_DEPLOY_KEY}} >> forgejo && cd .ssh
|
||||
nix run github:serokell/deploy-rs -- --ssh-opts="-i ./forgejo" --targets .#sakura .#yuki .#arashi .#kariru .#sora
|
||||
|
|
Loading…
Reference in a new issue