chore: update deployment configuration, project readme, and enhance project metadata to take advantage of template repos
This commit is contained in:
7
.gitea/template
Normal file
7
.gitea/template
Normal file
@ -0,0 +1,7 @@
|
||||
**/package.json
|
||||
|
||||
.gitea/workflows/*.yml
|
||||
|
||||
**.html
|
||||
|
||||
**.md
|
||||
@ -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 }}
|
||||
Reference in New Issue
Block a user