Skip to content

Commit

Permalink
dploy
Browse files Browse the repository at this point in the history
  • Loading branch information
txiami authored Jun 2, 2024
1 parent f4be65d commit b8bdbc6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,17 @@ jobs:
port: 22
script: |
pwd
ls -l
# Verify node and npm versions
/home/ubuntu/.nvm/versions/node/v20.13.1/bin/node --version
/home/ubuntu/.nvm/versions/node/v20.13.1/bin/npm --version
# Navigate to the project directory
cd /home/ubuntu/frontend/WallDreams
pwd
ls -l
# Build the project
Expand Down

0 comments on commit b8bdbc6

Please sign in to comment.