Skip to content

Commit

Permalink
change directory scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
aletya committed Apr 10, 2024
1 parent 9263ab3 commit cc472e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/bash
cd /home/ubuntu/rp-api
tsc
1 change: 1 addition & 0 deletions scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/bash
cd /home/ubuntu/rp-api
yarn
1 change: 1 addition & 0 deletions scripts/reload_server.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/bash
cd /home/ubuntu/rp-api
pm2 reload RP_API

0 comments on commit cc472e7

Please sign in to comment.