Pushes docker image
This commit is contained in:
parent
26eda7cc8a
commit
c8a6ea4978
|
@ -15,3 +15,8 @@ install:
|
|||
- npm install
|
||||
script:
|
||||
- npm run ci
|
||||
deploy:
|
||||
provider: script
|
||||
script: bash ./docker/docker_push.sh
|
||||
on:
|
||||
branch: master
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
docker push sartography/cr-connect-bpmn
|
Loading…
Reference in New Issue