add confighooks

This commit is contained in:
keyan 2022-02-22 15:41:13 -06:00
parent 63c8062472
commit 0b67e82e63
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/bash -xe
rm -f /etc/nginx/conf.d/00_elastic_beanstalk_proxy.conf
service nginx stop
service nginx start

View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
echo primsa migrate
npm run migrate
echo build with npm
npm run build