Skip to content

Commit

Permalink
Merge pull request #880 from matchID-project/dev
Browse files Browse the repository at this point in the history
VOL SIZE
  • Loading branch information
rhanka authored Dec 7, 2023
2 parents c9d273b + a21648f commit bbfd4db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ vm_max_count := $(shell cat /etc/sysctl.conf | egrep vm.max_map_count
export STORAGE_BUCKET=${DATASET}
#prebuild image with docker and nginx-node-elasticsearch docker images
#export SCW_IMAGE_ID=5944cb49-190d-49f1-b208-ab2fa2da5bac
export SCW_IMAGE_ID=f3a3ef5b-ea03-4260-b122-3998cd34871b
export SCW_IMAGE_ID=a94d0f9e-3a4b-44c8-a9f3-9fcf9145d0c8
export SCW_VOLUME_SIZE=50000000000

dummy := $(shell touch artifacts)
include ./artifacts
Expand Down Expand Up @@ -530,7 +531,7 @@ deploy-remote-instance: config-minimal backend-config ${DATAPREP_VERSION_FILE} $
${MAKE} -C ${APP_PATH}/${GIT_TOOLS} remote-config\
CLOUD_TAG=ui:${APP_VERSION}-backend:$${BACKEND_APP_VERSION}-data:$${DATAPREP_VERSION}-$${DATA_VERSION}\
APP=${APP} APP_VERSION=${APP_VERSION} DC_IMAGE_NAME=${DC_PREFIX}\
SCW_IMAGE_ID=${SCW_IMAGE_ID} GIT_BRANCH=${GIT_BRANCH} ${MAKEOVERRIDES}
SCW_IMAGE_ID=${SCW_IMAGE_ID} SCW_VOLUME_SIZE=${SCW_VOLUME_SIZE} GIT_BRANCH=${GIT_BRANCH} ${MAKEOVERRIDES}

deploy-remote-services:
@\
Expand Down

0 comments on commit bbfd4db

Please sign in to comment.