Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Update prod deployment file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvin Luu authored and Kelvin Luu committed Dec 15, 2022
1 parent d6c0f04 commit 074b00d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v2
with:
ref: ${{ inputs.branch_name }}
# - uses: actions/cache@v2
# with:
# path: ~/.npm
Expand Down Expand Up @@ -60,7 +63,6 @@ jobs:
key: ${{ runner.os }}-frontend-src-prod-${{ hashFiles('./frontend/src/**/*', './frontend/package.json') }}

# Build frontend (requires node 12)
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "12"
Expand All @@ -81,7 +83,6 @@ jobs:
working-directory: frontend

# Build backend (requires node 14)
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "14"
Expand Down

0 comments on commit 074b00d

Please sign in to comment.