mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
increase docker service memmory 512
This commit is contained in:
@@ -1,12 +1,14 @@
|
|||||||
definitions:
|
definitions:
|
||||||
services:
|
services:
|
||||||
docker:
|
docker:
|
||||||
memory: 2048
|
memory: 512
|
||||||
pipelines:
|
pipelines:
|
||||||
branches:
|
branches:
|
||||||
developer:
|
developer:
|
||||||
- step:
|
- step:
|
||||||
name: 'Build Images and push to Docker hub'
|
name: 'Build Images and push to Docker hub'
|
||||||
|
caches:
|
||||||
|
- node
|
||||||
script:
|
script:
|
||||||
- export BITBUCKET_COMMIT_SHORT=$(echo $BITBUCKET_COMMIT| cut -c1-7)
|
- export BITBUCKET_COMMIT_SHORT=$(echo $BITBUCKET_COMMIT| cut -c1-7)
|
||||||
- export IMAGE_NAME=gabinetedigital/gdsite:$BITBUCKET_COMMIT_SHORT
|
- export IMAGE_NAME=gabinetedigital/gdsite:$BITBUCKET_COMMIT_SHORT
|
||||||
|
|||||||
Reference in New Issue
Block a user