Compare commits
2 Commits
543b3742f4
...
74bd01a351
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74bd01a351 | ||
|
|
08168e1785 |
25
.drone.yml
25
.drone.yml
@ -1,8 +1,23 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
type: docker
|
||||||
|
name: build_and_push
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: build_docker_image
|
||||||
image: node:14
|
image: plugins/docker
|
||||||
commands:
|
settings:
|
||||||
- echo "Hello, Drone CI!"
|
repo: adminsoftwarecraft/opengis
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
|
- ${DRONE_COMMIT_SHA}
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
build_args:
|
||||||
|
- NODE_ENV=production
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user