mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 06:37:46 +00:00
12 lines
194 B
YAML
12 lines
194 B
YAML
language: python
|
|
services:
|
|
- docker
|
|
script:
|
|
- make build
|
|
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
|
|
deploy:
|
|
provider: script
|
|
script: make push
|
|
on:
|
|
branch: master
|