mirror of https://gitlab.com/curben/blog
Stop deploying to gitlab pages
This commit is contained in:
parent
98e6826ade
commit
cb466dbe70
|
@ -11,11 +11,11 @@ pages:
|
||||||
- snyk auth $SNYK_TOKEN
|
- snyk auth $SNYK_TOKEN
|
||||||
- snyk protect # Apply patches to node modules
|
- snyk protect # Apply patches to node modules
|
||||||
- snyk test # Check node modules for vulnerability
|
- snyk test # Check node modules for vulnerability
|
||||||
- hexo deploy # deploy the site
|
# - hexo deploy # deploy the site. Uncomment this line for gitlab pages
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public # deploy to the 'public' folder
|
# - public # deploy to the 'public' folder. Uncomment this line for gitlab pages
|
||||||
|
|
||||||
only:
|
only:
|
||||||
- master # this job will affect only the 'master' branch
|
- master # this job will affect only the 'master' branch
|
||||||
|
|
Loading…
Reference in New Issue