Skip to content

Commit

Permalink
Deployer 7 nutzen, Optimierung für CI-Nutzung (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan authored Oct 16, 2023
1 parent a974a3e commit b8ecac0
Show file tree
Hide file tree
Showing 22 changed files with 1,236 additions and 718 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@ require __DIR__.'/redaxo/src/addons/ydeploy/deploy.php';
set('repository', '[email protected]:user/repo.git');

host('servername')
->hostname('example.com')
->set('deploy_path', '/var/www/com.example')
->setHostname('example.com')
->setDeployPath('/var/www/com.example')
;
```

In dieser Datei kann die Konfiguration individuell auf das Projekt abgestimmt werden, sowie durch eigene weitere Tasks
ergänzt werden.
Siehe dazu:
* https://deployer.org/docs/configuration
* https://deployer.org/docs/hosts
* https://deployer.org/docs/tasks
* https://deployer.org/docs/7.x/basics
* https://deployer.org/docs/7.x/hosts
* https://deployer.org/docs/7.x/tasks

### .gitignore

Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
},

"require-dev": {
"deployer/deployer": "^6.9",
"deployer/deployer": "^7.3.1",
"friendsofphp/php-cs-fixer": "^3.34.0",
"redaxo/php-cs-fixer-config": "^2.2.0",
"redaxo/source": "^5.14.3"
"redaxo/php-cs-fixer-config": "^2.2.0"
},

"autoload": {
Expand Down
Loading

0 comments on commit b8ecac0

Please sign in to comment.