Testing
This commit is contained in:
parent
b22dad86ab
commit
f0653ad86f
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue