Skip to content

Commit

Permalink
Restore DO monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mejedi committed Feb 8, 2020
1 parent 6fe96ca commit c58a1b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployments/cloud-images.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"apt-get install -y --no-install-recommends docker-ce docker-ce-cli containerd.io",
"docker pull node:10-alpine",

"if [ \"${PACKER_BUILDER_TYPE}\" = 'digitalocean' ]; then (curl -sSL https://repos.insights.digitalocean.com/install.sh | bash); fi",

"apt-get install -y --no-install-recommends nginx",
"systemctl disable nginx"
]
Expand Down

0 comments on commit c58a1b1

Please sign in to comment.