1
0
mirror of https://gitlab.com/simple-stock-bots/splash-page.git synced 2025-06-15 14:46:47 +00:00

add ci/cd

This commit is contained in:
Anson Biggs 2021-05-06 23:54:42 +00:00
parent 37d5c937c4
commit 39c79b5318

13
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,13 @@
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH