Skip to content

Commit

Permalink
try :: yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed May 7, 2024
1 parent b3ed502 commit 36d37ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/service-user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Check Out The Repository
uses: actions/checkout@v3

- name: Build Docker Image
run: docker build . --file Dockerfile --build-arg VITE_TEST_DATA=${{ secrets.VITE_TEST_DATA }}

- name: Deploy to xquare
uses: team-xquare/xquare-deployment-action@master
with:
Expand Down

0 comments on commit 36d37ac

Please sign in to comment.