Skip to content
Snippets Groups Projects
Commit 0f589616 authored by chrissi^'s avatar chrissi^
Browse files

Add .gitlab-ci


Signed-off-by: default avatarChris Fiege <chris@tinyhost.de>
parent 567a3eea
No related branches found
No related tags found
No related merge requests found
testbed:
stage: deploy
only:
- /^testbed*$/i
script:
- cd flamingo
- make env
- make html
- touch /var/www/testbed/htdocs/foo
- rm -r /var/www/testbed/htdocs/*
- cp -r output/* /var/www/testbed/htdocs/
- chmod go+r -R /var/www/testbed/htdocs/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment