Skip to content

Commit d65086d

Browse files
author
Guy Sec
committed
Add .gitlab-ci.yml
1 parent bc50d37 commit d65086d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# The Docker image that will be used to build your app
2+
image: node:lts
3+
create-pages:
4+
pages:
5+
# The folder that contains the files to be exposed at the Page URL
6+
publish: .
7+
rules:
8+
# This ensures that only pushes to the default branch will trigger
9+
# a pages deploy
10+
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH

0 commit comments

Comments
 (0)