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

This commit is contained in:
notohh 2023-10-21 00:04:27 -04:00
parent 5fa9dcab2d
commit 6cd17ea1ec
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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