still deploy to neocities, just not with a custom domain

This commit is contained in:
John Bowdre 2024-06-07 10:15:09 -05:00
parent ea4d1f688e
commit b2b5cdd8a5

View file

@ -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 }}