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