From fdeb5d1d464b4d21c6f70474327c0debe1325d34 Mon Sep 17 00:00:00 2001 From: Hugo Herter Date: Mon, 9 Oct 2023 17:44:43 +0200 Subject: [PATCH] Test: Use newer runtime in Deb 11 as well --- .github/workflows/test-on-droplet-debian-11.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-on-droplet-debian-11.yml b/.github/workflows/test-on-droplet-debian-11.yml index dcab62820..3e2965471 100644 --- a/.github/workflows/test-on-droplet-debian-11.yml +++ b/.github/workflows/test-on-droplet-debian-11.yml @@ -66,7 +66,7 @@ jobs: ssh root@${DROPLET_IPV4} DEBIAN_FRONTEND=noninteractive "apt install -y /opt/aleph-vm.debian-11.deb" ssh root@${DROPLET_IPV4} "echo ALEPH_VM_SUPERVISOR_HOST=0.0.0.0 >> /etc/aleph-vm/supervisor.env" ssh root@${DROPLET_IPV4} "echo ALEPH_VM_ALLOCATION_TOKEN_HASH=9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08 >> /etc/aleph-vm/supervisor.env" - ssh root@${DROPLET_IPV4} "echo ALEPH_VM_CHECK_FASTAPI_VM_ID=67705389842a0a1b95eaa408b009741027964edc805997475e95c505d642edd8 >> /etc/aleph-vm/supervisor.env" + ssh root@${DROPLET_IPV4} "echo ALEPH_VM_CHECK_FASTAPI_VM_ID=3fc0aa9569da840c43e7bd2033c3c580abb46b007527d6d20f2d4e98e867f7af >> /etc/aleph-vm/supervisor.env" ssh root@${DROPLET_IPV4} "echo ALEPH_VM_SENTRY_DSN=${{ secrets.SENTRY_DSN }}" >> /etc/aleph-vm/supervisor.env" ssh root@${DROPLET_IPV4} "systemctl restart aleph-vm-supervisor"