This commit is contained in:
parent
97e967b5b7
commit
545fc85991
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
pipeline:
|
steps:
|
||||||
build_and_deploy:
|
build_and_deploy:
|
||||||
image: alpine:3.14
|
image: alpine:3
|
||||||
secrets: [docker_password, docker_username, runner_private_key]
|
secrets: [docker_password, docker_username, runner_private_key]
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache openssh docker docker-compose jq
|
- apk add --no-cache openssh docker docker-compose jq
|
||||||
|
@ -23,4 +23,5 @@ pipeline:
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
branches: main
|
when:
|
||||||
|
branch: main
|
||||||
|
|
Loading…
Reference in a new issue