Browse Source

Changed build stage to deploy

merge-requests/4/head
Drew Short 6 years ago
parent
commit
d48b7ca871
  1. 4
      .gitlab-ci.yml

4
.gitlab-ci.yml

@ -1,6 +1,6 @@
stages:
- test
- pages
- deploy
Atheneum:Tests:
image: python:3.6-slim-stretch
@ -15,7 +15,7 @@ Atheneum:Tests:
Atheneum:Pages:
image: python:3.6-slim-stretch
stage: pages
stage: deploy
script:
- python3 -m pip install pipenv
- cd server

Loading…
Cancel
Save