Refactoring
This commit is contained in:
3
.github/workflows/api.yaml
vendored
3
.github/workflows/api.yaml
vendored
@@ -56,7 +56,8 @@ jobs:
|
||||
with:
|
||||
push: true
|
||||
tags: noahspan/flying-api:${{ inputs.version_number }}
|
||||
context: ./api
|
||||
context: .
|
||||
target: api
|
||||
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
3
.github/workflows/app.yaml
vendored
3
.github/workflows/app.yaml
vendored
@@ -52,7 +52,8 @@ jobs:
|
||||
with:
|
||||
push: true
|
||||
tags: noahspan/flying-app:${{ inputs.version_number }}
|
||||
context: ./app
|
||||
context: .
|
||||
target: app
|
||||
build-args: |
|
||||
VITE_API_URL=${{ secrets.VITE_API_URL }}
|
||||
VITE_CLIENT_ID=${{ secrets.VITE_CLIENT_ID }}
|
||||
|
||||
Reference in New Issue
Block a user