Skip to content

Commit

Permalink
Merge pull request #12 from ReflectionsProjections/dev/alex/code-depl…
Browse files Browse the repository at this point in the history
…oy-scripts

change directory scripts
  • Loading branch information
aletya authored Apr 10, 2024
2 parents 5bd138b + cc472e7 commit a099a83
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 a099a83

Please sign in to comment.