This commit is contained in:
parent
dffb36542f
commit
d0680daacd
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ steps:
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: byteflair/scp
|
image: byteflair/scp
|
||||||
commands:
|
commands:
|
||||||
- ssh 'light@5.75.206.84' 'rm -rf /home/light/bonfire_dev'
|
- ssh 'light@5.75.206.84' 'rm -rf /home/light/bonfire_dev/*'
|
||||||
- scp -r './build' 'light@5.75.206.84:/home/light/bonfire_dev'
|
- scp -r './build' 'light@5.75.206.84:/home/light/bonfire_dev'
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -38,5 +38,5 @@ steps:
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: byteflair/scp
|
image: byteflair/scp
|
||||||
commands:
|
commands:
|
||||||
- ssh 'light@5.75.206.84' 'rm -rf /home/light/bonfire'
|
- ssh 'light@5.75.206.84' 'rm -rf /home/light/bonfire/*'
|
||||||
- scp -r './build' 'light@5.75.206.84:/home/light/bonfire'
|
- scp -r './build' 'light@5.75.206.84:/home/light/bonfire'
|
||||||
|
|
Loading…
Add table
Reference in a new issue