ci: fix marshalling error
This commit is contained in:
parent
afe0e68288
commit
762811a6d7
1 changed files with 22 additions and 23 deletions
13
.drone.yml
13
.drone.yml
|
@ -16,10 +16,9 @@ steps:
|
|||
- name: deploy
|
||||
image: byteflair/scp
|
||||
commands:
|
||||
- |
|
||||
ssh 'light@5.75.206.84' 'rm -rf /home/light/bonfire_dev/*'
|
||||
mv ./build ./bonfire_dev
|
||||
scp -r './bonfire_dev/' 'light@5.75.206.84:/home/light/'
|
||||
- ssh 'light@5.75.206.84' 'rm -rf /home/light/bonfire_dev/*'
|
||||
- mv ./build ./bonfire_dev
|
||||
- scp -r './bonfire_dev/' 'light@5.75.206.84:/home/light/'
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
|
@ -40,6 +39,6 @@ steps:
|
|||
- name: deploy
|
||||
image: byteflair/scp
|
||||
commands:
|
||||
ssh 'light@5.75.206.84' 'rm -rf /home/light/bonfire/*'
|
||||
mv ./build ./bonfire
|
||||
scp -r './bonfire/' 'light@5.75.206.84:/home/light/'
|
||||
- ssh 'light@5.75.206.84' 'rm -rf /home/light/bonfire/*'
|
||||
- mv ./build ./bonfire
|
||||
- scp -r './bonfire/' 'light@5.75.206.84:/home/light/'
|
||||
|
|
Loading…
Add table
Reference in a new issue