Skip to content

Commit e73c6b8

Browse files
committed
feat(test): little changes for testing cd
1 parent 08e8b5f commit e73c6b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/backend/start/routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ import router from '@adonisjs/core/services/router'
1111

1212
router.get('/', async () => {
1313
return {
14-
hello: 'world',
14+
helloWorld: 'Demo Docker Deploy 🐳',
1515
}
1616
})

apps/frontend/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="home">
3-
<h1 class="home__title">Demo Docker Deploy 🐳</h1>
3+
<h1 class="home__title">🐳 Demo Docker Deploy 🐳</h1>
44
<div class="home__buttons">
55
<NuxtLink
66
to="https://github.com/orpheebesson/demo-docker-deploy"

0 commit comments

Comments
 (0)