mirror of
https://github.com/timokz/flutter-vienna-hackathon-25.git
synced 2025-11-08 23:44:19 +01:00
16 lines
466 B
YAML
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
|