reinforcement_learning_simu.../.woodpecker/default.yml
Daniel Spittank 6576aeeebc
All checks were successful
ci/woodpecker/manual/default Pipeline was successful
.woodpecker/default.yml hinzugefügt
Woodpecker-Pipeline
2023-10-25 15:40:59 +02:00

21 lines
No EOL
397 B
YAML

steps:
build:
image: node:current-alpine
commands:
- npm install
- npm run build
deploy:
image: drillster/drone-rsync
settings:
hosts: [ "reinforce.spittank.eu" ]
port: 6666
delete: true
recursive: true
user:
from_secret: deploy_ssh_user
key:
from_secret: deploy_ssh_key
source: dist/
target: htdocs