mirror of
https://github.com/rjNemo/mars-rover-kata
synced 2026-06-12 13:46:45 +00:00
part 1 deployed
This commit is contained in:
parent
975cbb4858
commit
757168541e
2 changed files with 22 additions and 0 deletions
16
.gitlab-ci.yml
Normal file
16
.gitlab-ci.yml
Normal 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
6
.idea/vcs.xml
Normal 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>
|
||||||
Loading…
Reference in a new issue