Skip to content

Commit

Permalink
fixup: VPC UID and size
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Oct 6, 2023
1 parent 23815d5 commit 96a38bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-on-droplet-debian-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
run: |
doctl compute droplet create \
--image debian-11-x64 \
--size c-2 \
--size c-4 \
--region fra1 \
--vpc-uuid 8c422d04-5dfa-4eca-add7-1e41b5f60d39 \
--vpc-uuid 5976b7bd-4417-49e8-8522-672aaa920c30 \
--enable-ipv6 \
--ssh-keys ab:2b:25:16:46:6f:25:d0:80:63:e5:be:67:04:cb:64 \
aleph-vm-ci-debian-11
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-on-droplet-debian-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
run: |
doctl compute droplet create \
--image debian-12-x64 \
--size c-2 \
--size c-4 \
--region fra1 \
--vpc-uuid 8c422d04-5dfa-4eca-add7-1e41b5f60d39 \
--vpc-uuid 5976b7bd-4417-49e8-8522-672aaa920c30 \
--enable-ipv6 \
--ssh-keys ab:2b:25:16:46:6f:25:d0:80:63:e5:be:67:04:cb:64 \
aleph-vm-ci-debian-12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-on-droplet-ubuntu-22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
--image ubuntu-22-04-x64 \
--size c-4 \
--region fra1 \
--vpc-uuid 8c422d04-5dfa-4eca-add7-1e41b5f60d39 \
--vpc-uuid 5976b7bd-4417-49e8-8522-672aaa920c30 \
--enable-ipv6 \
--ssh-keys ab:2b:25:16:46:6f:25:d0:80:63:e5:be:67:04:cb:64 \
aleph-vm-ci-ubuntu-22-04
Expand Down

0 comments on commit 96a38bb

Please sign in to comment.