deploy-test
This commit is contained in:
parent
82c7ffe998
commit
44391d0e3d
|
|
@ -6,7 +6,7 @@ on:
|
|||
- master
|
||||
|
||||
env:
|
||||
REPO: ${{ $GITHUB_REPOSITORY//*\// }}
|
||||
REPO:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -29,5 +29,5 @@ jobs:
|
|||
METHOD: sftp
|
||||
PORT: ${{ secrets.FTP_PORT }}
|
||||
LOCAL_DIR: dist
|
||||
REMOTE_DIR: /www/d2-admin/preview
|
||||
REMOTE_DIR: ${{ /www/${GITHUB_REPOSITORY//*\//}/preview }}
|
||||
ARGS: --delete --verbose --parallel=100
|
||||
Loading…
Reference in New Issue