ci: test automated deployment via Forgejo webhook
This commit is contained in:
parent
aafabba595
commit
d104408da9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
</main>
|
</main>
|
||||||
<footer class="p-8 border-t border-slate-800/60 text-center text-slate-600 text-sm">
|
<footer class="p-8 border-t border-slate-800/60 text-center text-slate-600 text-sm">
|
||||||
© <?= date('Y') ?>. Made with 🍺 and 🍕.
|
© <?= date('Y') ?>. Made with 🍺 and 🍕. <!-- Deployed via Forgejo CI/CD -->
|
||||||
</footer>
|
</footer>
|
||||||
<?php if (Config::get('APP_ENV') !== 'production'): ?>
|
<?php if (Config::get('APP_ENV') !== 'production'): ?>
|
||||||
<div class="fixed bottom-4 left-4 bg-slate-900 border border-rose-500/30 text-rose-400 px-3 py-1.5 rounded-md shadow-lg flex items-center gap-3 text-xs font-mono z-100">
|
<div class="fixed bottom-4 left-4 bg-slate-900 border border-rose-500/30 text-rose-400 px-3 py-1.5 rounded-md shadow-lg flex items-center gap-3 text-xs font-mono z-100">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue