testing change
CI/CD / build (push) Successful in 18s
CI/CD / deploy (push) Successful in 13s

This commit is contained in:
2026-05-31 14:39:03 +02:00
parent 71ff35c7a1
commit ee6889d705
+4 -1
View File
@@ -2,7 +2,10 @@ function App() {
return (
<div style={{ display: 'flex', justifyContent: 'center', alignItems: 'center', height: '100vh' }}>
<h1>Build wokrs when pushing to dev.</h1>
<h1>Now time to try pushing to main and deploy</h1>
<br />
<h1>Now time to try pushing to main and deploy.</h1>
<br />
<h2> Okay, everything works just fine.</h2>
</div>
)
}