Upload code to vm

This commit is contained in:
Jonas Franz 2018-09-23 16:18:06 +02:00
parent a5b8618d49
commit 1add0c89c1
No known key found for this signature in database
GPG Key ID: C8287A01D593AC1D
1 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,14 @@ clone:
tags: true
pipeline:
upload_to_macos:
image: appleboy/drone-scp
host: home.jonasfranz.software
secrets: [ ssh_username, ssh_key ]
port: 1413
source: ./
target: /tmp/drone_build_$$DRONE_BUILD_NUMBER
test:
image: nathansamson/flutter-builder-docker:v0.6.0
pull: true