Skip to content

Commit 082cb89

Browse files
committed
Upgrade deployer
1 parent c36cae9 commit 082cb89

File tree

6 files changed

+71
-212
lines changed

6 files changed

+71
-212
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ cache:
1212

1313
php:
1414
- 7.4
15+
- 8.0
16+
- 8.1
1517

1618
services:
1719
- mysql

bin/deploy-to-prod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ $(phpenv version-name) = "7.4" ];
44
eval "$(ssh-agent -s)"
55
chmod 600 .travis/deploy.key
66
ssh-add .travis/deploy.key
7-
vendor/bin/dep deploy production
7+
vendor/bin/dep deploy stage=production
88
fi

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"ext-pdo": "*",
2727
"ext-pdo_mysql": "*",
2828
"ext-zip": "*",
29-
"deployer/deployer": "^6.4.0",
29+
"deployer/deployer": "^7.0.0",
3030
"doctrine/annotations": "^1.0",
3131
"doctrine/doctrine-bundle": "^2.7",
3232
"doctrine/doctrine-migrations-bundle": "^3.2",

0 commit comments

Comments
 (0)