forked from Yara724/api
Update .woodpecker.yml docker repositories
This commit is contained in:
@@ -23,7 +23,7 @@ variables:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
pull:
|
pull:
|
||||||
image: alpine/git:latest
|
image: docker.arvancloud.ir/alpine/git:latest
|
||||||
environment:
|
environment:
|
||||||
<<: *pipeline_env
|
<<: *pipeline_env
|
||||||
volumes:
|
volumes:
|
||||||
@@ -34,7 +34,7 @@ steps:
|
|||||||
- date +%s > /workspace/.wp-deploy-start
|
- date +%s > /workspace/.wp-deploy-start
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: docker:24-cli
|
image: docker.arvancloud.ir/docker:24-cli
|
||||||
environment:
|
environment:
|
||||||
<<: *pipeline_env
|
<<: *pipeline_env
|
||||||
volumes:
|
volumes:
|
||||||
@@ -45,7 +45,7 @@ steps:
|
|||||||
- docker compose -f docker-compose.yml up -d --build
|
- docker compose -f docker-compose.yml up -d --build
|
||||||
|
|
||||||
notify-success:
|
notify-success:
|
||||||
image: alpine:3.20
|
image: docker.arvancloud.ir/alpine:3.20
|
||||||
environment:
|
environment:
|
||||||
<<: *pipeline_env
|
<<: *pipeline_env
|
||||||
ROCKETCHAT_WEBHOOK:
|
ROCKETCHAT_WEBHOOK:
|
||||||
@@ -94,7 +94,7 @@ steps:
|
|||||||
rm -f /workspace/.wp-deploy-start
|
rm -f /workspace/.wp-deploy-start
|
||||||
|
|
||||||
notify-failure:
|
notify-failure:
|
||||||
image: alpine:3.20
|
image: docker.arvancloud.ir/alpine:3.20
|
||||||
environment:
|
environment:
|
||||||
<<: *pipeline_env
|
<<: *pipeline_env
|
||||||
ROCKETCHAT_WEBHOOK:
|
ROCKETCHAT_WEBHOOK:
|
||||||
|
|||||||
Reference in New Issue
Block a user