From 74a56b20ea43be8b19b7350469bcdbb0f30c2c22 Mon Sep 17 00:00:00 2001 From: Adrian Gunawan Date: Sun, 14 Jun 2026 18:54:33 +1000 Subject: [PATCH] Update the bitbucket pipeline ci/cd docs --- docs/ci-cd.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ci-cd.md b/docs/ci-cd.md index 84a103a13..510cd1781 100755 --- a/docs/ci-cd.md +++ b/docs/ci-cd.md @@ -61,7 +61,7 @@ stages: deploy: stage: deploy image: - name: deployphp/deployer:v7 + name: deployphp/deployer:v8 entrypoint: [""] before_script: - mkdir -p ~/.ssh @@ -116,11 +116,11 @@ pipelines: - step: name: Deployer Deploy timeout: 6m # if it takes longer than this, error out - # @see https://hub.docker.com/r/deployphp/deployer/tags?name=v7.5 - image: deployphp/deployer:v7.5.8 + # @see https://hub.docker.com/r/deployphp/deployer/tags?name=v8 + image: deployphp/deployer:v8 script: # pass $DEVELOP and $STAGING variables from the "staging" deployment environment - - php /bin/deployer.phar deploy --branch=$DEVELOP stage=$STAGING + - php /bin/dep deploy --branch=$DEVELOP stage=$STAGING ``` ### Deployment concurrency