workflow: remove neocities again, for good

This commit is contained in:
John Bowdre 2024-06-07 12:51:44 -05:00
parent 1b58fc4728
commit 1c00fef397

View file

@ -62,15 +62,6 @@ jobs:
upload: "true" upload: "true"
remove: "true" remove: "true"
purgePullZone: "true" purgePullZone: "true"
- name: Insert 404 page for Neocities
run: |
cp public/404/index.html public/not_found.html
- name: Deploy HTML to Neocities
uses: bcomnes/deploy-to-neocities@v2
with:
api_token: ${{ secrets.NEOCITIES_API_TOKEN }}
cleanup: true
dist_dir: public
- name: Deploy GMI to Agate - name: Deploy GMI to Agate
run: | run: |
rsync -avz --delete --exclude='*.html' --exclude='*.css' --exclude='*.js' -e ssh public/ deploy@${{ secrets.GMI_HOST }}:${{ secrets.GMI_CONTENT_PATH }} rsync -avz --delete --exclude='*.html' --exclude='*.css' --exclude='*.js' -e ssh public/ deploy@${{ secrets.GMI_HOST }}:${{ secrets.GMI_CONTENT_PATH }}