testing deploy
CI/CD / build (push) Successful in 9s
CI/CD / deploy (push) Has been skipped

This commit is contained in:
2026-05-31 14:29:47 +02:00
parent 528c31e7fc
commit 049eeed9d6
+2 -1
View File
@@ -1,7 +1,8 @@
function App() { function App() {
return ( return (
<div style={{ display: 'flex', justifyContent: 'center', alignItems: 'center', height: '100vh' }}> <div style={{ display: 'flex', justifyContent: 'center', alignItems: 'center', height: '100vh' }}>
<h1>Does this work?</h1> <h1>Build wokrs when pushing to dev.</h1>
<h1>Now time to try pushing to main and deploy</h1>
</div> </div>
) )
} }