You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/index.html
+11-12Lines changed: 11 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ <h1>deploy2nekoweb</h1>
24
24
<hr/>
25
25
<p>
26
26
<b>deploy2nekoweb</b> is a GitHub Action that efficiently deploys your
27
-
website(s) to <ahref="https://nekoweb.org/">nekoweb</a> with ease.
27
+
website(s) to <ahref="https://nekoweb.org/">nekoweb</a> with ease whenever you make a commit.
28
28
</p>
29
29
<p>
30
30
using the power of <ahref="https://bun.sh">bun</a>, it's never been more faster to deploy a
@@ -56,10 +56,18 @@ <h2>usage</h2>
56
56
uses: indiefellas/deploy2nekoweb@main
57
57
with:
58
58
nekoweb-api-key: ${{ secrets.NEKOWEB_API_KEY }}
59
-
nekoweb-domain: 'deploy.nekoweb.org'
60
-
nekoweb-username: 'deploy'
59
+
nekoweb-domain: 'yoursite.nekoweb.org'
60
+
nekoweb-username: 'yourname'
61
61
directory: 'public'</code></pre>
62
62
63
+
<h3>config</h3>
64
+
<p>
65
+
<code>nekoweb-api-key</code> - the API key for your nekoweb account <small>(get it from <ahref="https://nekoweb.org/api">here</a>)</small><br/>
66
+
<code>nekoweb-domain</code> - the nekoweb site you will deploy to <small>(if you have a custom domain like <code>my-awesome-site.com</code>, use that here)</small><br/>
67
+
<code>nekoweb-username</code> - your nekoweb username<br/>
68
+
<code>directory</code> - the directory in your repository that will be deployed to nekoweb<br/>
69
+
</p>
70
+
63
71
<h3class="orange">important information!</h3>
64
72
<p>
65
73
when using this action, make sure to use the <ahref="#repo-secret">Secrets and variables</a> feature in GitHub
@@ -76,15 +84,6 @@ <h4 id="repo-secret">how to make a repository secret</h4>
76
84
<li>profit.</li>
77
85
</ol>
78
86
79
-
<h3>config</h3>
80
-
<p>
81
-
<code>nekoweb-api-key</code>* - the API key for your nekoweb account<br/>
82
-
<code>nekoweb-domain</code>* - the nekoweb domain you will deploy to<br/>
83
-
<code>nekoweb-username</code>* - your nekoweb username<br/>
84
-
<code>directory</code>* - the directory to deploy to nekoweb<br/>
0 commit comments