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

View file

@ -42,6 +42,11 @@ 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)