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 96a38bb commit bc30f8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-on-droplet-debian-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
doctl compute droplet create \
--image debian-11-x64 \
--size c-4 \
--region fra1 \
--region ams3 \
--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 \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-on-droplet-debian-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
doctl compute droplet create \
--image debian-12-x64 \
--size c-4 \
--region fra1 \
--region ams3 \
--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 \
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 @@ -34,7 +34,7 @@ jobs:
doctl compute droplet create \
--image ubuntu-22-04-x64 \
--size c-4 \
--region fra1 \
--region ams3 \
--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 \
Expand Down

0 comments on commit bc30f8a

Please sign in to comment.