asd
CI/CD / build (push) Successful in 10s
CI/CD / deploy (push) Successful in 10s

This commit is contained in:
2026-06-01 13:21:11 +02:00
parent bb98b8272f
commit 7ce949852f
+1
View File
@@ -12,6 +12,7 @@ function App() {
<h1>Build works when pushing to dev.</h1> <h1>Build works when pushing to dev.</h1>
<h1>Now time to try pushing to main and deploy.</h1> <h1>Now time to try pushing to main and deploy.</h1>
<h2>Okay, everything works just fine.</h2> <h2>Okay, everything works just fine.</h2>
<h3> test test test lol </h3>
</div> </div>
); );
} }