File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ stages:
6161deploy:
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
You can’t perform that action at this time.
0 commit comments