Comparer les révisions

..

Pas de révisions en commun. "dev_1.x_remote" et "main" ont des historiques entièrement différents.

3 fichiers modifiés avec 1 ajouts et 22 suppressions

Voir le fichier

@ -22,7 +22,7 @@ Commit changed files in the customers repository.
- `cd deployer`
- `composer update`
- apply changes in the `inventory.yml` ([setting up a remote host](remote.md))
- apply changes in the `inventory.yml`
- commit changes
## Project

Voir le fichier

@ -29,9 +29,3 @@ hosts:
composer_options: --verbose --prefer-dist --no-progress --no-interaction # without no-dev option
labels:
role: development
remote:
<<: *base
local: false
hostname: mydomain.com
config_file: ~/.ssh/config

Voir le fichier

@ -1,15 +0,0 @@
# Creating remote host configuration on Deployer server
Run `ssh-keygen` to create a key pair (naming example: `mydomain.com`) and transfer public key to remote host with `ssh-copy-id`.
Create `~/.ssh/config` file to store connection parameters:
```
Host mydomain.com
HostName virtual.server.com
User mydfhtsy
Port 22
IdentityFile ~/.ssh/mydomain.com
```
Setup the non-local host in the `inventory.yml` file.