This commit is contained in:
parent
c355f69a58
commit
b91e14b8da
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
steps:
|
||||
- name: Build image
|
||||
image: docker:20-dind
|
||||
image: docker
|
||||
commands:
|
||||
- docker build --rm -t local/point-median-backend .
|
||||
- docker run --network=host caprover/cli-caprover:2.2.3 caprover deploy --caproverUrl "$CAPROVER_URL" --caproverPassword "$CAPROVER_PASSWORD" -a "$CAPROVER_APP" -i local/point-median-backend
|
||||
|
|
Loading…
Reference in a new issue