This commit is contained in:
albert 2025-02-04 19:40:58 -08:00
parent f0653ad86f
commit 6619bcc202
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -22,6 +22,11 @@ jobs:
steps:
- name: Add Gotify to Hosts
run: echo "100.64.0.5 gotify.sysctl.io" >> /etc/hosts
- name: Check the workspace
run: |
set -x
ls -lah
ls -lah ${{ github.workspace }}
- name: Install SSH Keys
run: |
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /root/.ssh/id_ed25519
@ -42,11 +47,6 @@ jobs:
run: ssh ${{ env.SSH_OPTS }} albert@milan-linode-01.linode.hs.net "sudo systemctl restart podman-derp"
- name: nixos-version (Pre)
run: ssh ${{ env.SSH_OPTS }} albert@warsaw-ovh-01.servers.hs.net "nixos-version"
- name: Check the workspace:
run: |
set -x
ls -lah
ls -lah ${{ github.workspace }}
- name: deploy-rs
run: deploy -sd ${{github.workspace}}
- name: nixos-version (Post)