Skip to content

Commit

Permalink
Update node.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pathfindermilan authored Nov 2, 2024
1 parent 75dae4c commit c3ef4fe
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,7 @@ jobs:
run: |
sudo mkdir -p /var/www/restio/frontend
sudo cp -rf ./frontend/app /var/www/restio/frontend/
sudo cp -rf ./frontend/public /var/www/restio/frontend/
sudo cp -rf ./frontend/.next /var/www/restio/frontend/
sudo cp -rf ./frontend/package.json /var/www/restio/frontend/
sudo cp -rf ./frontend/package-lock.json /var/www/restio/frontend/
sudo cp -rf ./frontend/next.config.mjs /var/www/restio/frontend/
sudo cp -rf ./frontend/utils /var/www/restio/frontend/
sudo cp -rf ./frontend/.eslintrc.json /var/www/restio/frontend/
sudo cp -rf ./frontend/jsconfig.json /var/www/restio/frontend/
sudo cp -rf ./frontend/postcss.config.mjs /var/www/restio/frontend/
sudo cp -rf ./frontend/tailwind.config.js /var/www/restio/frontend/
sudo cp -rf ./frontend/* /var/www/restio/frontend/
- name: Create .env file
run: |
Expand Down

0 comments on commit c3ef4fe

Please sign in to comment.