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
|
||||
name: deployment
|
||||
|
||||
steps:
|
||||
- name: deploy
|
||||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
host: 192.168.68.121
|
||||
username: vylpes
|
||||
password:
|
||||
|
@ -26,10 +24,8 @@ trigger:
|
|||
kind: pipeline
|
||||
name: staging
|
||||
|
||||
steps:
|
||||
- name: stage
|
||||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
host: 192.168.68.121
|
||||
username: vylpes
|
||||
password:
|
||||
|
|
Loading…
Reference in a new issue