Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 2 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
run: docker swarm init --default-addr-pool 10.20.0.0/16
- name: 'Create proxy network'
run: make docker create-network
- name: 'image pull'
run: make docker image-pull
- name: 'Build containers'
run: make docker deploy
- name: 'Installation version PROD'
run: make env-prod
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with:
Expand Down Expand Up @@ -57,17 +57,3 @@ jobs:
run: make composer dev
- name: linter readme.md
run: make linter readme
# - name: Run PHP Code Sniffer
# run: make linter phpcs-onlyerror
# - name: Run PHP MD
# run: make linter phpmd
# - name: Run PHPMND
# run: make linter phpmnd
# - name: Linter yaml
# run: make linter yaml
# - name: Run phpstan
# run: make linter phpstan
# - name: Run Acceptance Tests
# run: make tests behat
# - name: Run Tests
# run: make tests simple-phpunit-unit-integration
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dump:

apps/composer.lock: apps/composer.json
@docker exec $(PHPFPMFULLNAME) make composer.lock

apps/vendor: apps/composer.lock
@docker exec $(PHPFPMFULLNAME) make vendor

Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
![Version](https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000)
![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/koromerzhin/template-wordpress/graphs/commit-activity)
![Continuous Integration](https://github.com/koromerzhin/template-wordpress/workflows/Continuous%20Integration/badge.svg?branch=develop)<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
![Continuous Integration](https://github.com/koromerzhin/template-wordpress/workflows/Continuous%20Integration/badge.svg?branch=develop)

> Template de site internet sous wordpress

## 🏠 [Homepage](https://github.com/koromerzhin/template-wordpress#readme)

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

## Need

Software:
Expand Down