Adding new step for woodpecker-cicd to ssh into autobaan container
This commit is contained in:
parent
3951862c66
commit
93ec1fb4db
1 changed files with 5 additions and 0 deletions
|
|
@ -8,3 +8,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- npm ci
|
- npm ci
|
||||||
- npm run test:unit
|
- npm run test:unit
|
||||||
|
- name: deploy
|
||||||
|
image: busybox
|
||||||
|
commands:
|
||||||
|
- ssh root@autobaan
|
||||||
|
- touch deploy
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue