api-web-crawler / appspec.yml
mrfirdauss's picture
fix deploy
55a8b5e
raw
history blame contribute delete
182 Bytes
version: 0.0
os: linux
files:
- source: /
destination: /home/ubuntu/itinerary-generator
hooks:
AfterInstall:
- location: deploy.sh
timeout: 300
runas: root