Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. LifecycleEvent - AfterInstall
  2. Script - scripts/after_install.sh
  3. [stderr]/opt/codedeploy-agent/deployment-root/a65d9a2e-fddd-471c-8ea1-c018792d00bd/d-4IKP3PP4Y/deployment-archive/scripts/after_install.sh:
  4. line 4: go: command not found
  5.  
  6. version: 0.0
  7. os: linux
  8. files:
  9. - source: ./
  10. destination: ./home/ubuntu/code
  11. hooks:
  12. AfterInstall:
  13. - location: scripts/after_install.sh
  14. timeout: 180
  15. runas: ubuntu
  16. ApplicationStart:
  17. - location: scripts/application_start.sh
  18. timeout: 180
  19. runas: root
  20.  
  21. #!/bin/bash
  22.  
  23. cd /home/ubuntu/code/vibeify/cmd/vibeify
  24. go build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement