first try

This commit is contained in:
Flatlogic Bot 2025-06-29 19:43:11 +00:00
parent f89426ffcf
commit 45aed5615c
5 changed files with 26 additions and 4 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
node_modules/
*/node_modules/
**/node_modules/
*/build/
**/build/
.DS_Store
.env

File diff suppressed because one or more lines are too long

14
cloudbuild.yaml Normal file
View File

@ -0,0 +1,14 @@
steps:
- name: 'gcr.io/cloud-builders/docker'
entrypoint: 'bash'
args: ['-c', 'docker pull gcr.io/fldemo-315215/rentcy-32527-dev:latest || exit 0']
- name: 'gcr.io/cloud-builders/docker'
args: [
'build',
'-t', 'gcr.io/fldemo-315215/rentcy-32527-dev:latest',
'--file', 'Dockerfile.dev',
'--cache-from', 'gcr.io/fldemo-315215/rentcy-32527-dev:latest',
'.'
]
images: ['gcr.io/fldemo-315215/rentcy-32527-dev:latest']
logsBucket: 'gs://fldemo-315215-cloudbuild-logs'

1
pids/backend.pid Normal file
View File

@ -0,0 +1 @@
4

1
pids/frontend.pid Normal file
View File

@ -0,0 +1 @@
3