diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index caf9495..555230f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -107,25 +107,3 @@ jobs: tags: ${{ steps.metadata.outputs.tags }} labels: ${{ steps.metadata.outputs.labels }} push: true - - deploy: - needs: build - environment: docs.prose.org - runs-on: ubuntu-latest - - steps: - - name: Download build artifacts - uses: actions/download-artifact@v4 - with: - name: ${{ needs.build.outputs.revision }} Build - - - name: Extract build artifacts - run: tar -xzvf ./build-${{ needs.build.outputs.revision }}.tar.gz - - - name: Deploy docs - env: - AWS_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }} - AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }} - AWS_EC2_METADATA_DISABLED: true - run: | - aws s3 sync --delete --endpoint-url ${{ vars.S3_ENDPOINT }} build/ s3://${{ vars.S3_BUCKET }}/${{ vars.S3_SITE_DOMAIN }}/ diff --git a/env/nginx/nginx.conf b/env/nginx/nginx.conf index f510757..3400dc4 100644 --- a/env/nginx/nginx.conf +++ b/env/nginx/nginx.conf @@ -6,7 +6,7 @@ events {} http { include mime.types; charset utf-8; - access_log /dev/stdout; + access_log off; server { listen 8080;