diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ac95f36..7284991 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: - name: Prepare files for deployment run: | mkdir deploy - echo "${{ vars.DEPLOY_APPSETTINGS }}" > ./SU.LorePage/appsettings.Secret.json + echo '${{ vars.DEPLOY_APPSETTINGS }}' > ./SU.LorePage/appsettings.Secret.json rsync -av --exclude='bin' --exclude='obj' --exclude='.git' --exclude='.github' ./ deploy/ - name: Upload to remote server