From b2b5cdd8a5778740e7d80b56bb04249a067f40ca Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 7 Jun 2024 10:15:09 -0500 Subject: [PATCH] still deploy to neocities, just not with a custom domain --- .github/workflows/deploy-prod.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 119ef5a..d6bd0c7 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -62,6 +62,12 @@ jobs: upload: "true" remove: "true" purgePullZone: "true" + - name: Deploy HTML to Neocities + uses: bcomnes/deploy-to-neocities@v1 + with: + api_token: ${{ secrets.NEOCITIES_API_TOKEN }} + cleanup: true + dist_dir: public - name: Deploy GMI to Agate run: | rsync -avz --delete --exclude='*.html' --exclude='*.css' --exclude='*.js' -e ssh public/ deploy@${{ secrets.GMI_HOST }}:${{ secrets.GMI_CONTENT_PATH }}