Skip to content

Commit

Permalink
Merge pull request #3 from zachbakerdev/development
Browse files Browse the repository at this point in the history
fix: update codedeploy
  • Loading branch information
zachbakerdev authored Nov 24, 2024
2 parents d86c9c0 + 33ce07f commit b228c94
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ hooks:
AfterInstall:
- location: deploy/postinstall.sh
timeout: 300
ApplicationStart:
- location: deploy/start.sh
timeout: 60
1 change: 1 addition & 0 deletions deploy/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ cd /home/ubuntu/easyinstall || exit 1
sudo n 20
npm install
npm run build
sudo chmod -hR ubuntu ./
3 changes: 0 additions & 3 deletions deploy/start.sh

This file was deleted.

0 comments on commit b228c94

Please sign in to comment.