update-deployment-workflow #18

Merged
notohh merged 36 commits from update-deployment-workflow into master 2023-10-21 04:08:07 -04:00
Showing only changes of commit 6cd17ea1ec - Show all commits

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