Skip to content

Commit f719459

Browse files
authored
Update the bitbucket pipeline ci/cd docs (#4233)
1 parent bbd950d commit f719459

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/ci-cd.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ stages:
6161
deploy:
6262
stage: deploy
6363
image:
64-
name: deployphp/deployer:v7
64+
name: deployphp/deployer:v8
6565
entrypoint: [""]
6666
before_script:
6767
- mkdir -p ~/.ssh
@@ -116,11 +116,11 @@ pipelines:
116116
- step:
117117
name: Deployer Deploy
118118
timeout: 6m # if it takes longer than this, error out
119-
# @see https://hub.docker.com/r/deployphp/deployer/tags?name=v7.5
120-
image: deployphp/deployer:v7.5.8
119+
# @see https://hub.docker.com/r/deployphp/deployer/tags?name=v8
120+
image: deployphp/deployer:v8
121121
script:
122122
# pass $DEVELOP and $STAGING variables from the "staging" deployment environment
123-
- php /bin/deployer.phar deploy --branch=$DEVELOP stage=$STAGING
123+
- php /bin/dep deploy --branch=$DEVELOP stage=$STAGING
124124
```
125125

126126
### Deployment concurrency

0 commit comments

Comments
 (0)