Skip to content

Commit

Permalink
cdploy 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Patcire committed Jun 23, 2024
1 parent 7e2c32c commit f6255b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
# continue deployment
cd /root/tinyquestions-frontend
pnpm install
pnpm build
chown -R www-data /root/tinyquestions-frontend/dist/
systemctl restart apache2
cd /root/tinyquestions-frontend/dist/

0 comments on commit f6255b6

Please sign in to comment.