Change macos port

This commit is contained in:
Jonas Franz 2018-09-23 22:17:07 +02:00
parent f0a9cd52c9
commit 5dda43a97b
No known key found for this signature in database
GPG Key ID: C8287A01D593AC1D
1 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ pipeline:
image: appleboy/drone-scp
host: home.jonasfranz.software
secrets: [ ssh_username, ssh_key ]
port: 1413
port: 2222
source: ./
target: /tmp/drone_build_${DRONE_BUILD_NUMBER}
when:
@ -43,7 +43,7 @@ pipeline:
image: appleboy/drone-ssh
group: build
host: home.jonasfranz.software
port: 1413
port: 2222
secrets: [ ssh_username, ssh_key ]
script:
- cd /tmp/drone_build_${DRONE_BUILD_NUMBER}
@ -84,7 +84,7 @@ pipeline:
clean_ios:
image: appleboy/drone-ssh
host: home.jonasfranz.software
port: 1413
port: 2222
secrets: [ ssh_username, ssh_key ]
script:
- rm -rf /tmp/drone_build_${DRONE_BUILD_NUMBER}