part 1 deployed

This commit is contained in:
Ruidy 2021-08-27 11:26:59 +02:00
parent 975cbb4858
commit 757168541e
2 changed files with 22 additions and 0 deletions

16
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,16 @@
test:
script:
- apt-get update -qy
- apt-get install -y python-dev python-pip
- pip install -r requirements.txt
- pytest -v tests
staging:
type: deploy
script:
- apt-get update -qy
- apt-get install -y python-dev
- pip install -r requirements.txt
- dpl --provider=heroku --app=$HEROKU_STAGING_APP
only:
- master

6
.idea/vcs.xml Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>