sequenceDiagram
actor Author
actor Peers
participant App Git repository
participant CI
participant Container image repository
participant CD controller
Note right of CD controller: Deployed in a control cluster
participant Kubernetes manifests Git repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
supervisor { | |
php-fpm | |
} | |
} | |
:8080 | |
php_fastcgi 127.0.0.1:9000 | |
root * . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/vendor | |
/docker | |
/Dockerfile |
I hereby claim:
- I am baldinof on github.
- I am baldinof (https://keybase.io/baldinof) on keybase.
- I have a public key ASBpkMinzFQ469toaQ0AHKuay38r0sSpG5klreT7D9ZVeAo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
api_key_env: CROWDIN_API_KEY | |
base_path_env: CROWDIN_BASE_PATH | |
project_identifier: project | |
preserve_hierarchy: true | |
files: | |
- source: /src/locales/messages.xlf | |
dest: /src/locales/messages.xlf | |
translation: /src/locales/messages.%two_letters_code%.xlf |