chore: update deployment configuration, project readme, and enhance project metadata to take advantage of template repos

This commit is contained in:
Ari Yeger
2025-07-24 17:40:03 -04:00
parent bb0a3a411b
commit 8bc6658e57
6 changed files with 76 additions and 66 deletions

7
.gitea/template Normal file
View File

@ -0,0 +1,7 @@
**/package.json
.gitea/workflows/*.yml
**.html
**.md

View File

@ -18,6 +18,5 @@ jobs:
- name: Push to dokku
uses: dokku/github-action@master
with:
# TODO: set the dokku app name
git_remote_url: 'ssh://dokku@192.168.1.2:22/website-template'
git_remote_url: 'ssh://dokku@192.168.1.2:22/$REPO_NAME'
ssh_private_key: ${{ secrets.DOKKU_DEPLOY_KEY }}