flutter-vienna-hackathon-25/wien_talks_server/deploy/aws/scripts/appspec.yml
2025-08-17 11:57:58 +02:00

16 lines
466 B
YAML

version: 0.0
os: linux
files:
- source: /vendor/
destination: /home/ec2-user/serverpod/upload/vendor/
- source: /wien_talks_server/
destination: /home/ec2-user/serverpod/upload/wien_talks_server/
hooks:
BeforeInstall:
- location: wien_talks_server/deploy/aws/scripts/install_dependencies
timeout: 300
runas: root
ApplicationStart:
- location: wien_talks_server/deploy/aws/scripts/start_server
timeout: 300
runas: root