Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mistryswapnil-dream11 authored Aug 2, 2024
1 parent ef6f40f commit 9623399
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Deploy react app
run: |
git config --global user.email "[email protected]"
git config --global user.name "mistryswapnil-dream11"
- name: Checkout code
uses: actions/checkout@v3

Expand All @@ -23,8 +28,6 @@ jobs:

- name: Deploy react app
run: |
git config user.email "[email protected]"
git config user.name "poonamjain96"
cd ${{ github.workspace }}/WebpageRevamped
yarn install
yarn deploy

0 comments on commit 9623399

Please sign in to comment.