Skip to content
Snippets Groups Projects
Commit e4ba4cdb authored by Abraham Raji's avatar Abraham Raji
Browse files

Add Gitlab CI

parent 1d57687d
No related merge requests found
Pipeline #1241 canceled with stage
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment