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