Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f00a51dbbd | ||
![]() |
bf0a266846 | ||
e64855713e | |||
4d3c87b796 | |||
e331938008 |
@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is deploying ThumeIT to prod 🚀
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- release
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
deploy-to-prod:
|
||||
@ -23,4 +23,4 @@ jobs:
|
||||
run: |
|
||||
cp -r ./html/* /www/html
|
||||
- run: ls /www/html
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}. Woohoo!"
|
BIN
html/chat.png
Normal file
BIN
html/chat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
@ -33,13 +33,25 @@
|
||||
<a href="https://ai.thumeit.com" class="icon-button" target="_blank">
|
||||
<img src="ai.png" alt="AI">
|
||||
</a>
|
||||
<a href="https://vault.thumeit.com" class="icon-button" target="_blank">
|
||||
<img src="vault.png" alt="AI">
|
||||
</a>
|
||||
<a href="https://chat.thumeit.com" class="icon-button" target="_blank">
|
||||
<img src="chat.png" alt="AI">
|
||||
</a>
|
||||
<a href="https://auth.thumeit.com" class="icon-button" target="_blank">
|
||||
<img src="https://auth.thumeit.com/api/application-configuration/favicon" alt="Auth">
|
||||
</a>
|
||||
</div>
|
||||
<form class="search-form">
|
||||
<input type="text" placeholder="Search..." class="search-bar">
|
||||
<button type="submit" class="go-button">Go</button>
|
||||
<button type="submit" class="go-button" onclick="showPopup()">Go</button>
|
||||
<script>
|
||||
function showPopup() {
|
||||
alert("The results were within you all this time");
|
||||
}
|
||||
</script>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
|
BIN
html/vault.png
Normal file
BIN
html/vault.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
x
Reference in New Issue
Block a user