Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add environment commands for deployment #13

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Conversation

nicolas43000
Copy link
Contributor

#12

gplanchat and others added 6 commits August 5, 2020 11:48
Added ElasticStack enable/disable switch + integration
Added Mac OS optimizations enable/disable switch
Updated ElasticSearch image tags
Added health checks for MySQL and PostgreSQL
Fixed stack merging issues while the service order does not match
Added the ability to self-manage some services and volumes in order to ignore stack updates
to know in advance that php 7.4 is required if someone is not using install via composer
@nicolas43000 nicolas43000 changed the title Add environments command for deployment Add environment commands for deployment Sep 23, 2020
bin/kloud Outdated Show resolved Hide resolved
src/Platform/Console/Command/Environment/InitCommand.php Outdated Show resolved Hide resolved
…ronment-commands

# Conflicts:
#	README.md
#	src/Domain/Stack/Compose/Normalizer/ServiceDenormalizer.php
#	src/Domain/Stack/OroPlatform/Service/ElasticSearch.php
#	src/Domain/Stack/OroPlatform/Service/MySQL.php
#	src/Domain/Stack/OroPlatform/Service/PostgreSQL.php
src/Domain/Environment/DTO/Context.php Outdated Show resolved Hide resolved

public function __toString()
{
return implode('', array_map(function ($item) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Attention ça ça pète si t'envoie n'importe quoi dans le constructeur

@gplanchat gplanchat linked an issue Nov 5, 2020 that may be closed by this pull request
15 tasks
docs/usage.md Outdated Show resolved Hide resolved

return 0;
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Supprime uniquement la valeur de la variable, pas la variable entière.
Peut être que c'est normal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement deployment commands
5 participants