Skip to content

Commit

Permalink
beta --> Development branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Vercin-G committed Jan 18, 2024
1 parent 0554171 commit 545ccb7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 @@ -6,7 +6,7 @@ name: BETA_BUILD_CHECK
on:
pull_request:
branches:
- beta
- Development
paths:
- ".github/workflows/beta_client_adr_push.yml"
- "src/app/**"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/beta_client_adr_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: BETA_CLIENT_ADR_PUSH
on:
push:
branches:
- beta
- Development
paths:
- ".github/workflows/beta_client_adr_push.yml"
- "src/app/**"
Expand Down Expand Up @@ -36,18 +36,18 @@ jobs:

- name: Install Dependancies
run: npm i
working-directory: client
working-directory: src/app

- name: Update Browserlist
run: npx browserslist@latest --update-db
working-directory: client
working-directory: src/app

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

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

- name: Instal doctl
uses: digitalocean/action-doctl@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beta_lint_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: BETA_LINT_FORMAT_CHECK
on:
pull_request:
branches:
- beta
- Development

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 545ccb7

Please sign in to comment.