Compare commits
No commits in common. "fc7c9ef02cb3aff22756a185533b52630d13a4ac" and "b64ddacb41def10bdd050beac8ee72ce72fcc340" have entirely different histories.
fc7c9ef02c
...
b64ddacb41
1 changed files with 18 additions and 22 deletions
12
.drone.yml
12
.drone.yml
|
@ -3,10 +3,8 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: deployment
|
name: deployment
|
||||||
|
|
||||||
steps:
|
image: appleboy/drone-ssh
|
||||||
- name: deploy
|
settings:
|
||||||
image: appleboy/drone-ssh
|
|
||||||
settings:
|
|
||||||
host: 192.168.68.121
|
host: 192.168.68.121
|
||||||
username: vylpes
|
username: vylpes
|
||||||
password:
|
password:
|
||||||
|
@ -26,10 +24,8 @@ trigger:
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: staging
|
name: staging
|
||||||
|
|
||||||
steps:
|
image: appleboy/drone-ssh
|
||||||
- name: stage
|
settings:
|
||||||
image: appleboy/drone-ssh
|
|
||||||
settings:
|
|
||||||
host: 192.168.68.121
|
host: 192.168.68.121
|
||||||
username: vylpes
|
username: vylpes
|
||||||
password:
|
password:
|
||||||
|
|
Loading…
Reference in a new issue