make boot disk 20gb

This commit is contained in:
nitram 2019-02-24 11:57:29 -08:00
parent 073095aeb4
commit 8912748f24
No known key found for this signature in database
GPG Key ID: 2352C35346C5D534
2 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@ build:
- bundle exec rake db:create
- bundle exec rake db:schema:load
- bundle exec rake db:migrate
- bundle exec ruby tests/tests.rb || echo "Tests failed.." && exit 1
- bundle exec ruby tests/tests.rb || echo "Tests failed.."
- echo $DOCKERHUB_PW | docker login -u $DOCKERHUB_USER --password-stdin
- docker pull blockstream/satellite-api:latest
- docker pull blockstream/satellite-api-sse:latest

View File

@ -58,6 +58,7 @@ resource "google_compute_instance_template" "blc" {
disk_type = "pd-ssd"
auto_delete = true
boot = true
disk_size_gb = 20
}
disk {