mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-27 02:46:47 +01:00
d44cc14c6b
* added packer build for DigitalOcean Droplets * fixed typo * added packer RELEASE_GUIDE.md, Makefile * Apply suggestions from code review Co-authored-by: Roman Khavronenko <hagen1778@gmail.com> * added corrections amd improvements * added packer link & templating for sed version * fixed typo Co-authored-by: Aliaksandr Valialkin <valyala@gmail.com> Co-authored-by: Roman Khavronenko <hagen1778@gmail.com>
1.0 KiB
1.0 KiB
Release guide for DigitalOcean 1-ClickApp Droplet
Build image
To build the snapshot in DigitalOcean account you will need API Token and packer.
API Token can be generated on https://cloud.digitalocean.com/account/api/tokens or use already generated from OnePassword.
Set variable DIGITALOCEAN_API_TOKEN
for environment:
export DIGITALOCEAN_API_TOKEN="your_token_here"
or set it by with make:
make release-victoria-metrics-digitalocean-oneclick-droplet DIGITALOCEAN_API_TOKEN="your_token_here"
Update information on Vendor Portal
After packer build finished you need to update a product page.
- Go to https://cloud.digitalocean.com/vendorportal.
- Choose a product that you need to update.
- Enter newer information for this release and choose a droplet's snapshot which was builded recently.
- Submit updates for approve on DigitalOcean Marketplace.