Skip to content

Commit

Permalink
Update link for Hetzner Cloud to the latest release (#496)
Browse files Browse the repository at this point in the history
* Docs for AWS

* Disable shellcheck for windows

* Add lightsail deployment (TODO)

* fmt

* Fix shellcheck

* Shellcheck fix

* bump

* Go 1.18

* Bump

* Use latest version for hetzner cloud
  • Loading branch information
Amet13 authored Apr 7, 2022
1 parent 63df811 commit 7f3876e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/heroku/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Latest release: https://github.com/Arriven/db1000n/releases/latest
app_version = "0.8.17"
app_version = "0.8.20"

# If you want to use more that 1 instance and larger instance type
# make sure that your Credit Card is attached to the account
Expand Down
3 changes: 1 addition & 2 deletions terraform/hetzner_cloud/user_data.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#cloud-config
runcmd:
# replace with the latest version
- wget -c https://github.com/Arriven/db1000n/releases/download/v0.8.17/db1000n-v0.8.17-linux-amd64.tar.gz -O - | tar -xz
- wget -c https://github.com/Arriven/db1000n/releases/latest/download/db1000n_linux_amd64.tar.gz -O - | tar -xz
- systemctl daemon-reload
- systemctl enable db1000n
- systemctl start db1000n
Expand Down

0 comments on commit 7f3876e

Please sign in to comment.