Testing workflows
This commit is contained in:
parent
ce1fefaf73
commit
d233856cba
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ jobs:
|
||||||
deploy-rs:
|
deploy-rs:
|
||||||
runs-on: ubuntu
|
runs-on: ubuntu
|
||||||
container:
|
container:
|
||||||
image: ubuntu:23.10
|
image: ubuntu:24.04
|
||||||
options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged
|
options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged
|
||||||
steps:
|
steps:
|
||||||
- name: "Setup: Runner"
|
- name: "Setup: Runner"
|
||||||
|
|
|
@ -60,7 +60,7 @@ jobs:
|
||||||
- name: "nixos-version (Pre)"
|
- name: "nixos-version (Pre)"
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
ssh -q -A -o StrictHostKeyChecking=no albert@warsaw-ovh-01 \
|
ssh -A -o StrictHostKeyChecking=no albert@warsaw-ovh-01 \
|
||||||
"
|
"
|
||||||
nixos-version
|
nixos-version
|
||||||
"
|
"
|
||||||
|
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
deploy-rs:
|
deploy-rs:
|
||||||
runs-on: ubuntu
|
runs-on: ubuntu
|
||||||
container:
|
container:
|
||||||
image: ubuntu:23.10
|
image: ubuntu:24.04
|
||||||
options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged
|
options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged
|
||||||
steps:
|
steps:
|
||||||
- name: "Setup: Runner"
|
- name: "Setup: Runner"
|
||||||
|
|
Loading…
Reference in a new issue