Skip to content

Commit

Permalink
adjust deployment commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Vercin-G committed Jan 21, 2024
1 parent 76728f1 commit 3b01cd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta_build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:

- name: Build Client to Prod
run: npm run build
working-directory: src/app
working-directory: src
2 changes: 1 addition & 1 deletion .github/workflows/beta_client_adr_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Build Client to Prod
run: npm run build
working-directory: src/app
working-directory: src

- name: Build client Image
run: docker build --file ./src/app/Dockerfile --tag registry.digitalocean.com/s6containers/adr_client:$(echo $GITHUB_SHA | head -c7) .
Expand Down

0 comments on commit 3b01cd0

Please sign in to comment.