Skip to content

Commit

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

farming prs
  • Loading branch information
aletya authored Apr 10, 2024
2 parents 56c622e + 9263ab3 commit 5bd138b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ os: linux
files:
- source: /
destination: /home/ubuntu/rp-api
file_exists_behavior: OVERWRITE
hooks:
BeforeInstall:
- location: scripts/install_dependencies.sh
Expand All @@ -13,6 +14,9 @@ hooks:
timeout: 300
runas: root
ApplicationStart:
- location: scripts/install_dependencies.sh
timeout: 300
runas: root
- location: scripts/reload_server.sh
timeout: 300
runas: root

0 comments on commit 5bd138b

Please sign in to comment.