Skip to content

Instantly share code, notes, and snippets.

View TsTrv's full-sized avatar
🌴
On vacation

Tosho Trajanov TsTrv

🌴
On vacation
View GitHub Profile
@TsTrv
TsTrv / node-settings.config
Last active May 16, 2019 16:58
AdonisJS Elastic Beanstalk run migrations on deployment.
container_commands:
01_node_binary:
command: "ln -sf `ls -td /opt/elasticbeanstalk/node-install/node-v10* | head -1`/bin/node /bin/node"
leader_only: true
02_migration:
command: "node ace migration:run"