Skip to content

Commit

Permalink
fix: yarn docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed Aug 3, 2023
1 parent f6bad4f commit 6826e3a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/xquare-deployment-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
with:
path: ${{ matrix.workspaces.location }}

- name: Pull Commit
run: git pull

- name: Deploy to xquare
uses: team-xquare/xquare-deployment-action@master
with:
Expand All @@ -92,9 +95,8 @@ jobs:
github_token: ${{ secrets.GHP_TOKEN }}
base_url: services/${{ steps.get_service.outputs.SERVICE }}
config_file_path: services/${{ steps.get_service.outputs.SERVICE }}/.xquare/config.yaml

- name: Pull Commit
run: git pull
yarn_docker_build: true
yarn_workspace: "@service/${{ steps.get_service.outputs.SERVICE }}"

- name: Commit With Versioning
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
2 changes: 1 addition & 1 deletion services/apply/.xquare/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
config:
config:
name: apply
service_type: fe
prefix: /apply
Expand Down
2 changes: 1 addition & 1 deletion services/dormitory-admin/.xquare/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ config:
name: dormitory-admin
service_type: fe
port: 3000
host:
host:
prod: admin-tes.xquare.app
2 changes: 1 addition & 1 deletion services/feed/.xquare/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ config:
name: feed
service_type: fe
prefix: /feed
port: 3000
port: 3000
2 changes: 1 addition & 1 deletion services/school-meal/.xquare/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ config:
name: school-meal
service_type: fe
prefix: /school-meal
port: 3000
port: 3000

0 comments on commit 6826e3a

Please sign in to comment.