Skip to content

Commit

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

pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- web
only:
- master

0 comments on commit 5d5f7a5

Please sign in to comment.