start.sh 682 B

123456789101112131415161718
  1. #!/bin/bash
  2. cat << EOF
  3. -------------------------------------------------------------------
  4. 👋 Hello from Porter!
  5. -------------------------------------------------------------------
  6. -------------------------------------------------------------------
  7. Your application is being deployed.
  8. To view build logs, navigate to your connected GitHub repo and
  9. select the Actions tab.
  10. -------------------------------------------------------------------
  11. -------------------------------------------------------------------
  12. For more information, visit:
  13. https://docs.getporter.dev/docs/setting-up-cicd-1
  14. -------------------------------------------------------------------
  15. EOF
  16. sleep infinity