Skip to content

Commit

Permalink
rollback to local ssd
Browse files Browse the repository at this point in the history
  • Loading branch information
rhanka committed Dec 9, 2023
1 parent 31a5ca0 commit 264ec3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ CLOUD_TAGGED_IDS_INVALID_FILE=${CLOUD_DIR}/${CLOUD}.tag.ids.ko
CLOUD_TAGGED_HOSTS_INVALID_FILE=${CLOUD_DIR}/${CLOUD}.tag.hosts.ko
CLOUD_TAG=${APP_VERSION}
SCW_VOLUME_SIZE=50000000000
SCW_VOLUME_TYPE=b_ssd
SCW_VOLUME_TYPE=l_ssd
SCW_SERVER_CONF={"name": "${CLOUD_HOSTNAME}", "tags": ["${GIT_BRANCH}","${CLOUD_TAG}"],\
"image": "${SCW_IMAGE_ID}", "commercial_type": "${SCW_FLAVOR}", "project": "${SCW_PROJECT_ID}",\
"volumes": { "0": {"size": ${SCW_VOLUME_SIZE}, "volume_type": "${SCW_VOLUME_TYPE}"}}}
Expand Down

0 comments on commit 264ec3c

Please sign in to comment.