Skip to content

Commit b1de8a4

Browse files
committed
restore private networks
I'm not sure why it is used since we don't use the private network but Digital Ocean don't permit to disable the private network anyway
1 parent 8cf5da9 commit b1de8a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deb-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,11 @@ jobs:
168168
doctl compute droplet create \
169169
--image ${{ matrix.os_config.os_image }} \
170170
--size c-4 \
171+
--vpc-uuid 5976b7bd-4417-49e8-8522-672aaa920c30
171172
--region ams3 \
172173
--enable-ipv6 \
173174
--ssh-keys ab:2b:25:16:46:6f:25:d0:80:63:e5:be:67:04:cb:64 \
174175
aleph-vm-ci-${{ matrix.os_config.alias }}-${{ matrix.check_vm.alias }}
175-
# --vpc-uuid 5976b7bd-4417-49e8-8522-672aaa920c30
176176
177177
- uses: actions/download-artifact@v4
178178
name: "Download the package from artifacts."
@@ -310,10 +310,10 @@ jobs:
310310
--image debian-12-x64 \
311311
--size c-4 \
312312
--region ams3 \
313+
--vpc-uuid 5976b7bd-4417-49e8-8522-672aaa920c30 \
313314
--enable-ipv6 \
314315
--ssh-keys ab:2b:25:16:46:6f:25:d0:80:63:e5:be:67:04:cb:64 \
315316
aleph-vm-ci-runtime
316-
# --vpc-uuid 5976b7bd-4417-49e8-8522-672aaa920c30 \
317317
318318
# We can probably reuse the previous artefact.
319319
- name: "Build custom runtime"

0 commit comments

Comments
 (0)