Skip to content

Commit

Permalink
tentando deploy denovo
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoKroetz committed May 18, 2024
1 parent 2387e73 commit 8754592
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ files:
destination: /var/www/hotelsistem/HotelSistem.service
hooks:
BeforeInstall:
- location: /var/www/hotelsistem/scripts/before_install.sh
- location: scripts/before_install.sh
timeout: 300
runas: root
AfterInstall:
- location: /var/www/hotelsistem/scripts/after_install.sh
- location: scripts/after_install.sh
timeout: 300
runas: root
ApplicationStart:
- location: /var/www/hotelsistem/scripts/start_server.sh
- location: scripts/start_server.sh
timeout: 300
runas: root
ValidateService:
- location: /var/www/hotelsistem/scripts/validate_service.sh
- location: scripts/validate_service.sh
timeout: 300
runas: root

0 comments on commit 8754592

Please sign in to comment.