Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenvh1 authored Feb 16, 2020
1 parent 1087fd5 commit f70ecc8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
image: alpine:latest

pages:
stage: deploy
script:
- echo 'Nothing to do...'
- mkdir .public
- cp -r web/* .public
- mv .public public
artifacts:
paths:
- web
- public
only:
- master

0 comments on commit f70ecc8

Please sign in to comment.