mirror of
https://github.com/Blockstream/satellite-api.git
synced 2024-11-19 13:00:02 +01:00
make boot disk 20gb
This commit is contained in:
parent
073095aeb4
commit
8912748f24
@ -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
|
||||
|
@ -58,6 +58,7 @@ resource "google_compute_instance_template" "blc" {
|
||||
disk_type = "pd-ssd"
|
||||
auto_delete = true
|
||||
boot = true
|
||||
disk_size_gb = 20
|
||||
}
|
||||
|
||||
disk {
|
||||
|
Loading…
Reference in New Issue
Block a user