2
0
Fork 0

Fix SCP paths
continuous-integration/drone/push Build was killed Details

pull/6/head
Ambrose Chua 2019-03-25 00:42:06 +08:00
parent 06a266c6bd
commit b2695119c5
2 changed files with 2 additions and 2 deletions

View File

@ -427,7 +427,7 @@ steps:
from_secret: ssh_key
source:
- backend-core/postgres/*
target: /home/core/staging/backend-core/postgres
target: /home/core/staging
when:
branch:
- master

View File

@ -124,7 +124,7 @@ const deploy = {
source: [
'backend-core/postgres/*',
],
target: '/home/core/staging/backend-core/postgres',
target: '/home/core/staging',
},
when: {
branch: ['master'],