Skip to content

Commit

Permalink
Update prod-react.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixcoded20 authored Jun 26, 2024
1 parent 3f993a6 commit d53c960
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/prod-react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:

steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node.js 18
uses: actions/setup-node@v3
- name: Install Node.js 20
uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "20.x"

- name: 🔨 Build Project
run: |
Expand All @@ -41,7 +41,7 @@ jobs:
env:
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
# ARGS: "-rltgoDzvO --delete"
SOURCE: "react/build/"
SOURCE: "react/dist/"
REMOTE_HOST: 217.21.92.35
REMOTE_USER: u778408432
REMOTE_PORT: "65002"
Expand Down

0 comments on commit d53c960

Please sign in to comment.