chore: update deployment configuration, project readme, and enhance project metadata to take advantage of template repos
This commit is contained in:
@ -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