mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-01-14 02:44:39 +00:00
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
|
||||
|
3
docker/docker_push.sh
Executable file
3
docker/docker_push.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
docker push sartography/cr-connect-bpmn
|
Loading…
x
Reference in New Issue
Block a user