diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1b9cd1b..79af47d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,8 +34,8 @@ jobs: - name: Prepare files for deployment run: | mkdir deploy + echo "${{ env.DEPLOY_APPSETTINGS }}" > ./SU.LorePage/appsettings.Secret.json rsync -av --exclude='bin' --exclude='obj' --exclude='.git' --exclude='.github' ./ deploy/ - echo "${{ env.DEPLOY_APPSETTINGS }}" | base64 -d > deploy/appsettings.Secret.json - name: Upload to remote server uses: appleboy/scp-action@master