Compare commits
2 Commits
00ed4b0d1f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d8d8154fda | |||
| 02ca6a3072 |
@ -19,4 +19,4 @@ jobs:
|
||||
uses: dokku/github-action@master
|
||||
with:
|
||||
git_remote_url: 'ssh://dokku@192.168.1.2:22/$REPO_NAME'
|
||||
ssh_private_key: ${{ secrets.DOKKU_DEPLOY_KEY }}
|
||||
ssh_private_key: $${{ secrets.DOKKU_DEPLOY_KEY }}
|
||||
@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/png" href="/src/assets/img/L10n.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>$REPO_NAME</title>
|
||||
<title>$REPO_NAME_TITLE</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
Reference in New Issue
Block a user