Skip to content
Snippets Groups Projects

Resolve "Setup automatic deployment"

Merged Frank Sauerburger requested to merge 1-setup-automatic-deployment into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -23,7 +23,7 @@ stages:
brunch_build:
stage: build
image: npm
image: node
before_script:
- npm i -g brunch
script:
Loading