Skip to content

Commit

Permalink
Modify
Browse files Browse the repository at this point in the history
  • Loading branch information
VinayakVispute committed Aug 17, 2024
1 parent 732057c commit 6977755
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Succeeds on PR
on:
pull_request:
branches:
- master
- NextJs-Migration

jobs:
build:
Expand All @@ -16,7 +16,7 @@ jobs:
node-version: "20"

- name: Checkout Branch
run: git checkout NextJs-Migration
run: git checkout NextJs-Migration && cd client

- name: Install Dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion client/.github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Checkout Branch
run: git checkout NextJs-Migration
run: git checkout NextJs-Migration && cd client

- name: Build and Push Docker image
uses: docker/build-push-action@v2
Expand Down
Empty file added client/docker/Dockerfile.user
Empty file.

0 comments on commit 6977755

Please sign in to comment.