Commit 6a77bb7b authored by Vadym Gidulian's avatar Vadym Gidulian

Added CI config

parent 8c1f85c8
variables:
PROJECT_NAME: dev-courses/chatroom
demo:
stage: deploy
script:
- rm -rf .git .gitignore .gitlab-ci.yml
- rm -rf $GVIA_DEMO_DIR/$PROJECT_NAME
- mkdir -p $GVIA_DEMO_DIR/$PROJECT_NAME
- cp -R ./ $GVIA_DEMO_DIR/$PROJECT_NAME/
only:
- master
Markdown is supported
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