Skip to content

Commit

Permalink
Merge pull request #118 from ByteInternet/update_deployer_740
Browse files Browse the repository at this point in the history
composer: Update deployer to 7.4.0
  • Loading branch information
tdgroot authored Oct 2, 2024
2 parents 623f927 + 9e2b48a commit ac63157
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ext-pcntl": "*",
"ext-zlib": "*",
"composer-runtime-api": "^2",
"deployer/deployer": "dev-master#5c62c45 as v7.3.3",
"deployer/deployer": "dev-master#a3bab59 as v7.4.0",
"doctrine/annotations": "^1.6",
"guzzlehttp/guzzle": "^7.5",
"hypernode/api-client": "^0.4",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Deployer/Task/Deploy/UploadTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ public function configure(Configuration $config): void
$this->loader->load('deploy/info.php');

task('deploy:upload', [
'deploy:info',
'prepare:ssh',
'deploy:info',
'deploy:prepare',
'deploy:copy',
'deploy:deploy',
Expand Down

0 comments on commit ac63157

Please sign in to comment.