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