Skip to content
Snippets Groups Projects
Commit b7072297 authored by Paolo.Brasolin's avatar Paolo.Brasolin
Browse files

ci: simplify #be deploy image

parent 41f7db9e
No related branches found
No related tags found
No related merge requests found
Pipeline #23184 canceled
......@@ -38,24 +38,19 @@ be-build-job:
#==[ Backend deployment ]=======================================================
.be-deploy-job:
image: $DOCKER_IMAGE
image: alpine:latest
# image: $DOCKER_IMAGE
stage: deploy
needs:
- job: be-build-job
artifacts: false # TODO: maybe we can get the build image as an artifact?
tags:
- commul
services:
- docker:dind
# services:
# - docker:dind
variables:
KUBECTL_VERSION: v1.8.10
IMAGE_NAME: $CI_REGISTRY_IMAGE/backend
cache:
- key:
files:
- frontend/package-lock.json
paths:
- frontend/node_modules
before_script:
- "#==[ install kubectl ]=================="
- wget https://storage.googleapis.com/kubernetes-release/release/$KUBECTL_VERSION/bin/linux/amd64/kubectl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment