👷 Added Gitlab CI config

This commit is contained in:
Maxim Lebedev 2021-07-13 03:50:24 +05:00
parent 7f6dd6d061
commit 536d013398
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5

12
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,12 @@
---
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- website
only:
- master