Compare commits
No commits in common. "main" and "release" have entirely different histories.
@ -3,10 +3,10 @@ run-name: ${{ gitea.actor }} is deploying ThumeIT to prod 🚀
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
- release
|
||||
|
||||
jobs:
|
||||
deploy-to-prod:
|
||||
deploy-to-stage:
|
||||
runs-on: prd_runner
|
||||
container:
|
||||
volumes:
|
||||
@ -23,4 +23,4 @@ jobs:
|
||||
run: |
|
||||
cp -r ./html/* /www/html
|
||||
- run: ls /www/html
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}. Woohoo!"
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
BIN
html/chat.png
BIN
html/chat.png
Binary file not shown.
Before Width: | Height: | Size: 10 KiB |
@ -9,7 +9,7 @@
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="ThumeIT">
|
||||
<h1>ThumeIT</h1>
|
||||
<h1>ThumeIT 2.0</h1>
|
||||
</div>
|
||||
<div class="floating-buttons">
|
||||
<a href="https://photos.thumeit.com" class="icon-button" target="_blank">
|
||||
@ -27,31 +27,16 @@
|
||||
<a href="https://git.thumeit.com" class="icon-button" target="_blank">
|
||||
<img src="git_8293568.png" alt="Git">
|
||||
</a>
|
||||
<a href="https://code.thumeit.com" class="icon-button" target="_blank">
|
||||
<img src="vscode.png" alt="Code">
|
||||
</a>
|
||||
<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" onclick="showPopup()">Go</button>
|
||||
<script>
|
||||
function showPopup() {
|
||||
alert("The results were within you all this time");
|
||||
}
|
||||
</script>
|
||||
|
||||
<button type="submit" class="go-button">Go</button>
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
|
BIN
html/vault.png
BIN
html/vault.png
Binary file not shown.
Before Width: | Height: | Size: 13 KiB |
BIN
html/vscode.png
BIN
html/vscode.png
Binary file not shown.
Before Width: | Height: | Size: 26 KiB |
Loading…
x
Reference in New Issue
Block a user