Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ea-st-ring authored Jun 29, 2024
1 parent 53b3232 commit f4aafc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
- name: Install Dependencies
run: yarn install --frozen-lockfile

- name: Build
run: yarn build

- name: Generate Environment Variables File for Production
run: |
echo "REACT_APP_BASE_URL=$REACT_APP_BASE_URL" >> .env.production
Expand All @@ -44,6 +41,9 @@ jobs:
REACT_APP_BASE_URL: ${{ secrets.REACT_APP_BASE_URL }}
REACT_APP_SOCKET_URL: ${{ secrets.REACT_APP_SOCKET_URL }}

- name: Build
run: yarn build

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v3
with:
Expand Down

0 comments on commit f4aafc4

Please sign in to comment.