add creator & fix deploy

This commit is contained in:
Puechberty Arthur
2026-06-11 14:12:53 +02:00
parent fd7a905d3a
commit 0eab6d4365
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
echo "Go to app folder" echo "Go to app folder"
cd /opt/apps/visio cd /opt/apps/visio
echo "Pull latest code" echo "Pull latest code"
git pull origin main git pull origin main
echo "Build & restart containers" echo "Build & restart containers"
+1 -1
View File
@@ -186,7 +186,7 @@ export default function Home() {
<footer className="bg-white border-t border-gray-200 mt-20"> <footer className="bg-white border-t border-gray-200 mt-20">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-6"> <div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-6">
<p className="text-center text-gray-500 text-sm"> <p className="text-center text-gray-500 text-sm">
© 2026 Visio - visio.arthurp.fr - Visioconférence simple et gratuite © 2026 Visio - visio.arthurp.fr - Visioconférence simple et gratuite by Arthur P. - <a href="https://arthurp.fr" target="_blank" rel="noopener noreferrer" className="text-purple-600 hover:text-purple-800">arthurp.fr</a>
</p> </p>
</div> </div>
</footer> </footer>