Skip to content

Commit c58a1b1

Browse files
committed
Restore DO monitoring
1 parent 6fe96ca commit c58a1b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deployments/cloud-images.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
"apt-get install -y --no-install-recommends docker-ce docker-ce-cli containerd.io",
3232
"docker pull node:10-alpine",
3333

34+
"if [ \"${PACKER_BUILDER_TYPE}\" = 'digitalocean' ]; then (curl -sSL https://repos.insights.digitalocean.com/install.sh | bash); fi",
35+
3436
"apt-get install -y --no-install-recommends nginx",
3537
"systemctl disable nginx"
3638
]

0 commit comments

Comments
 (0)