Compare commits
2 Commits
0315022495
...
4d3b30930d
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d3b30930d | |||
| cb37bef823 |
@ -5,6 +5,9 @@ name: default
|
|||||||
steps:
|
steps:
|
||||||
- name: clean environment
|
- name: clean environment
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
settings:
|
settings:
|
||||||
host:
|
host:
|
||||||
from_secret: host
|
from_secret: host
|
||||||
@ -18,6 +21,9 @@ steps:
|
|||||||
- rm -rf *
|
- rm -rf *
|
||||||
- name: copy files
|
- name: copy files
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
settings:
|
settings:
|
||||||
host:
|
host:
|
||||||
from_secret: host
|
from_secret: host
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user