mirror of
https://github.com/supanadit/todo.git
synced 2024-11-24 11:16:22 +00:00
feat: skip build image
This commit is contained in:
parent
0d1f47d3ba
commit
1574f01547
16
.drone.yml
16
.drone.yml
@ -3,14 +3,14 @@ type: docker
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-image
|
# - name: build-image
|
||||||
image: plugins/docker
|
# image: plugins/docker
|
||||||
settings:
|
# settings:
|
||||||
repo: supanadit/todo
|
# repo: supanadit/todo
|
||||||
username:
|
# username:
|
||||||
from_secret: DOCKERUSER
|
# from_secret: DOCKERUSER
|
||||||
password:
|
# password:
|
||||||
from_secret: DOCKERPASS
|
# from_secret: DOCKERPASS
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
|
Loading…
Reference in New Issue
Block a user