mobilefish

Untitled

Jul 16th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. version: 0.0
  2. os: linux
  3. files:
  4. - source: target/myapp.jar
  5. destination: /opt/codedeploy/
  6. hooks:
  7. ApplicationStop:
  8. - location: scripts/stop_application
  9. timeout: 300
  10. BeforeInstall:
  11. - location: scripts/install_dependencies
  12. timeout: 300
  13. ApplicationStart:
  14. - location: scripts/start_application
  15. timeout: 300
Add Comment
Please, Sign In to add comment