mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 14:15:38 +03:00
ci config
This commit is contained in:
parent
e3d3d96c1f
commit
febfc75ee7
@ -1,12 +1,15 @@
|
||||
language: bash
|
||||
os: linux
|
||||
dist: buster
|
||||
services:
|
||||
- docker
|
||||
- docker
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- docker-ce
|
||||
- docker-ce
|
||||
jobs:
|
||||
include:
|
||||
- stage: EpicMorg production image
|
||||
- stage: EpicMorg Production image
|
||||
script: docker build --rm --compress --force-rm -t epicmorg/prod:latest epicmorg/prod
|
||||
- stage: EpicMorg Develop image
|
||||
script: docker build --rm --compress --force-rm -t epicmorg/devel:latest epicmorg/devel
|
||||
|
@ -1,4 +1,4 @@
|
||||
# [![GitHub issues](https://img.shields.io/github/issues/EpicMorg/docker-scripts.svg?style=popout-square)](https://github.com/EpicMorg/docker-scripts/issues) [![GitHub forks](https://img.shields.io/github/forks/EpicMorg/docker-scripts.svg?style=popout-square)](https://github.com/EpicMorg/docker-scripts/network) [![GitHub stars](https://img.shields.io/github/stars/EpicMorg/docker-scripts.svg?style=popout-square)](https://github.com/EpicMorg/docker-scripts/stargazers) [![GitHub license](https://img.shields.io/github/license/EpicMorg/docker-scripts.svg?style=popout-square)](LICENSE.md) [![Changelog](https://img.shields.io/badge/Changelog-yellow.svg?style=popout-square)](CHANGELOG.md) ![Travis (.org)](https://img.shields.io/travis/EpicMorg/docker-scripts?style=flat-square)
|
||||
# ![Travis (.org)](https://img.shields.io/travis/EpicMorg/docker-scripts?style=flat-square) [![GitHub issues](https://img.shields.io/github/issues/EpicMorg/docker-scripts.svg?style=popout-square)](https://github.com/EpicMorg/docker-scripts/issues) [![GitHub forks](https://img.shields.io/github/forks/EpicMorg/docker-scripts.svg?style=popout-square)](https://github.com/EpicMorg/docker-scripts/network) [![GitHub stars](https://img.shields.io/github/stars/EpicMorg/docker-scripts.svg?style=popout-square)](https://github.com/EpicMorg/docker-scripts/stargazers) [![GitHub license](https://img.shields.io/github/license/EpicMorg/docker-scripts.svg?style=popout-square)](LICENSE.md) [![Changelog](https://img.shields.io/badge/Changelog-yellow.svg?style=popout-square)](CHANGELOG.md)
|
||||
|
||||
# Products
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user