Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TAlone
memopol
Commits
7b41f48b
Commit
7b41f48b
authored
Oct 08, 2016
by
okhin
Browse files
Gitlab-ci firsttry
parent
2059b7c7
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
7b41f48b
job install
:
script
:
-
source /srv/memopol/memopol_env/bin/activate
-
cd /srv/memopol/memopol_env/src/memopol
-
git fetch origin
-
git reset --hard origin/master
-
find . -name '*.pyc' -delete
-
pip install -Ue .
-
src/memopol/bin/install_client_deps.sh
-
memopol migrate --noinput
-
memopol collectstatic --noinput
-
touch /etc/uwsgi/apps-enabled/memopol.ini
stage
:
deploy
tags
:
memopol
only
:
-
master
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment