copy command restruct
All checks were successful
Gitea Actions Demo / Deploy Project files (push) Successful in 53s
All checks were successful
Gitea Actions Demo / Deploy Project files (push) Successful in 53s
This commit is contained in:
parent
32307aa504
commit
aee592e023
@ -18,7 +18,8 @@ jobs:
|
|||||||
SSH-STRICT: 'false'
|
SSH-STRICT: 'false'
|
||||||
|
|
||||||
- name: Copy files to project dir
|
- name: Copy files to project dir
|
||||||
run: xcopy /E /I . ${{ var.PROD_DEPLOY_DIR }}
|
run: |
|
||||||
|
xcopy /E /I . ${{ var.PROD_DEPLOY_DIR }}
|
||||||
|
|
||||||
- name: Update Composer Packages
|
- name: Update Composer Packages
|
||||||
working-directory: ${{ var.PROD_DEPLOY_DIR }}
|
working-directory: ${{ var.PROD_DEPLOY_DIR }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user