We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca8d84 commit 3ba4960Copy full SHA for 3ba4960
1 file changed
contrib/digitalocean/provision-digitalocean-controller.sh
@@ -50,7 +50,7 @@ location_id=$1
50
# The snapshot that we want to use (deis-base)
51
image_id=$(knife digital_ocean image list | grep "deis-base" | awk '{print $1}')
52
# the ID of the size (1GB)
53
-size_id=$(knife digital_ocean size list | grep "1GB" | awk '{print $1}')
+size_id=$(knife digital_ocean size list | grep "2GB" | awk '{print $1}')
54
55
################
56
# SSH settings #
0 commit comments