Update .gitlab-ci.yml
This commit is contained in:
parent
83b6b85086
commit
a7a7c7eb59
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ stages:
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
key: "$CI_BUILD_REPO"
|
key: "$CI_COMMIT_REF_NAME"
|
||||||
|
|
||||||
deploy-prod:
|
deploy-prod:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
Loading…
Reference in a new issue