Compare commits
No commits in common. "84cd13f1a69deba818771dededf6768966cdc6e4" and "6f6bd4e34f87684ca95c9b645501ee0f0159b5f8" have entirely different histories.
84cd13f1a6
...
6f6bd4e34f
33
.drone.yml
33
.drone.yml
|
@ -3,25 +3,14 @@ type: docker
|
|||
name: build-app
|
||||
|
||||
steps:
|
||||
# TODO: prepare image with necessary extensions
|
||||
# - name: build-deps
|
||||
# image: 'composer:2.3'
|
||||
# environment:
|
||||
# APP_ENV: dev
|
||||
# commands:
|
||||
# - composer install --no-progress --no-interaction --optimize-autoloader
|
||||
# - bin/console about
|
||||
# - 'bin/console lint:container'
|
||||
# - 'bin/console lint:twig'
|
||||
# - 'bin/console lint:container'
|
||||
# - 'bin/console lint:yaml'
|
||||
- name: docker-build
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_token
|
||||
repo:
|
||||
from_secret: docker_repo
|
||||
tags: latest
|
||||
- name: build-deps
|
||||
image: 'composer:2.3'
|
||||
environment:
|
||||
APP_ENV: dev
|
||||
commands:
|
||||
- composer install --no-progress --no-interaction --optimize-autoloader
|
||||
- bin/console about
|
||||
- 'bin/console lint:container'
|
||||
- 'bin/console lint:twig'
|
||||
- 'bin/console lint:container'
|
||||
- 'bin/console lint:yaml'
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[![Build Status](https://ci.skobk.in/api/badges/skobkin/magnetico-web/status.svg)](https://ci.skobk.in/skobkin/magnetico-web)
|
||||
[![Codeship Status for skobkin/magnetico-web](https://app.codeship.com/projects/9da4d3e0-57cf-0136-9885-5644a850740d/status?branch=master)](https://app.codeship.com/projects/295041)
|
||||
[![Total Downloads](https://poser.pugx.org/skobkin/magnetico-web/downloads)](https://packagist.org/packages/skobkin/magnetico-web)
|
||||
[![License](https://poser.pugx.org/skobkin/magnetico-web/license)](https://packagist.org/packages/skobkin/magnetico-web)
|
||||
|
||||
# Magnetico Web PHP
|
||||
|
|
Loading…
Reference in a new issue