Skip to content
Snippets Groups Projects
Commit ff1f4c2f authored by Joonas Seppä's avatar Joonas Seppä
Browse files

Figuring more about CI/CD artifacts

parent 532db281
No related branches found
No related tags found
No related merge requests found
Pipeline #61490 passed
......@@ -4,7 +4,7 @@ const app = express()
app.get("/", (req, res) => {
res.send("And it still works??")
res.send("THIS IS NOT LOCALLY BUILT!!!!")
})
const port = process.env.PORT || 3000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment