Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f00a51dbbd | ||
![]() |
bf0a266846 | ||
e64855713e | |||
4d3c87b796 | |||
e331938008 | |||
b12e52a53c | |||
405404299a | |||
168a82a93a |
@ -3,10 +3,10 @@ run-name: ${{ gitea.actor }} is deploying ThumeIT to prod 🚀
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- release
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-to-stage:
|
deploy-to-prod:
|
||||||
runs-on: prd_runner
|
runs-on: prd_runner
|
||||||
container:
|
container:
|
||||||
volumes:
|
volumes:
|
||||||
@ -23,4 +23,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cp -r ./html/* /www/html
|
cp -r ./html/* /www/html
|
||||||
- run: ls /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 |
@ -9,7 +9,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="ThumeIT">
|
<div class="ThumeIT">
|
||||||
<h1>ThumeIT 2.0</h1>
|
<h1>ThumeIT</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="floating-buttons">
|
<div class="floating-buttons">
|
||||||
<a href="https://photos.thumeit.com" class="icon-button" target="_blank">
|
<a href="https://photos.thumeit.com" class="icon-button" target="_blank">
|
||||||
@ -27,16 +27,31 @@
|
|||||||
<a href="https://git.thumeit.com" class="icon-button" target="_blank">
|
<a href="https://git.thumeit.com" class="icon-button" target="_blank">
|
||||||
<img src="git_8293568.png" alt="Git">
|
<img src="git_8293568.png" alt="Git">
|
||||||
</a>
|
</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">
|
<a href="https://ai.thumeit.com" class="icon-button" target="_blank">
|
||||||
<img src="ai.png" alt="AI">
|
<img src="ai.png" alt="AI">
|
||||||
</a>
|
</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">
|
<a href="https://auth.thumeit.com" class="icon-button" target="_blank">
|
||||||
<img src="https://auth.thumeit.com/api/application-configuration/favicon" alt="Auth">
|
<img src="https://auth.thumeit.com/api/application-configuration/favicon" alt="Auth">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<form class="search-form">
|
<form class="search-form">
|
||||||
<input type="text" placeholder="Search..." class="search-bar">
|
<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>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
BIN
html/vault.png
Normal file
BIN
html/vault.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
html/vscode.png
Normal file
BIN
html/vscode.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Loading…
x
Reference in New Issue
Block a user