diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 79af47d..ac95f36 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 "${{ env.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