Commit 2c45fed3 by nabil el mahiri

npm login

parent 93d4632c
Pipeline #460 canceled with stages
in 19 minutes 12 seconds
...@@ -34,7 +34,7 @@ build: ...@@ -34,7 +34,7 @@ build:
# - mkdir -p ~/.ssh # - mkdir -p ~/.ssh
# - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' # - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- chmod +x sh/run.sh - chmod +x sh/run.sh
- docker build --build-arg SSH_PRIVATE_KEY="$SSH_PRIVATE_KEY" --build-arg CI_JOB_TOKEN="${CI_JOB_TOKEN}" --build-arg DEPLOY_TOKEN= "$DEPLOY_TOKEN" -f docker/Dockerfile -t atlasvoyages-docker:prod . - docker build --build-arg SSH_PRIVATE_KEY="$SSH_PRIVATE_KEY" --build-arg CI_JOB_TOKEN="${CI_JOB_TOKEN}" --build-arg DEPLOY_TOKEN="$DEPLOY_TOKEN" -f docker/Dockerfile -t atlasvoyages-docker:prod .
- sh sh/clean.sh - sh sh/clean.sh
deploy: deploy:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment