Skip to content

Commit

Permalink
Merge pull request #86 from ReflectionsProjections/dev/alex/env-hotfix
Browse files Browse the repository at this point in the history
crlf fix fr..
  • Loading branch information
aletya authored Jul 3, 2024
2 parents 9f85a01 + b6ccac9 commit 263155a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
cd /home/ubuntu/rp-api
yarn build


1 change: 1 addition & 0 deletions scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ if [ "${RUNNING}" -eq 0 ]; then
sudo pm2 start build/app.js --name RP_API -i 2 --wait-ready --listen-timeout 10000
fi;



3 changes: 2 additions & 1 deletion scripts/reload_server.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
cd /home/ubuntu/rp-api
sudo pm2 reload RP_API
sudo pm2 reload RP_API

0 comments on commit 263155a

Please sign in to comment.