Compare commits

..

No commits in common. "32307aa50490b8913bbdb833a03d768f5fcf4df3" and "7493e434247b8082aa1a7407125d72cfacbe8404" have entirely different histories.

2 changed files with 4 additions and 2 deletions

View File

@ -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 }}

View File

@ -1,4 +1,4 @@
![Deployed](https://gitea.jv.com/audrey/intranet/actions/workflows/deploy.yaml/badge.svg)
![Deployed](https://gitea.jv.com/audrey/intranet/actions/workflows/production-deploy.yaml/badge.svg)
[Install](#install)
[Configuring IIS](#iis-configuration)