Compare commits
No commits in common. "32307aa50490b8913bbdb833a03d768f5fcf4df3" and "7493e434247b8082aa1a7407125d72cfacbe8404" have entirely different histories.
32307aa504
...
7493e43424
@ -18,7 +18,9 @@ jobs:
|
||||
SSH-STRICT: 'false'
|
||||
|
||||
- name: Copy files to project dir
|
||||
run: xcopy /E /I . ${{ var.PROD_DEPLOY_DIR }}
|
||||
run: |
|
||||
mkdir ${{ var.PROD_DEPLOY_DIR }}
|
||||
xcopy /E /I . ${{ var.PROD_DEPLOY_DIR }}
|
||||
|
||||
- name: Update Composer Packages
|
||||
working-directory: ${{ var.PROD_DEPLOY_DIR }}
|
||||
Loading…
x
Reference in New Issue
Block a user