Skip to content

Commit ed24de8

Browse files
committed
refactor(be): move to v1 folder
1 parent 4dd63b5 commit ed24de8

18 files changed

+2
-2
lines changed

.github/workflows/backend-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: oven-sh/setup-bun@v1
1616

1717
- run: |
18-
cd ./backend
18+
cd ./backend/v1
1919
bun install
2020
bun run build
2121
@@ -44,6 +44,6 @@ jobs:
4444
- name: Build and publish
4545
uses: docker/build-push-action@v5
4646
with:
47-
context: ./backend
47+
context: ./backend/v1
4848
push: true
4949
tags: krystxf/metro-now-backend:latest
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)