start.sh 756 B

12345678910111213141516171819
  1. #!/bin/bash
  2. cat << EOF
  3. -------------------------------------------------------------------
  4. 👋 Hello from Porter!
  5. -------------------------------------------------------------------
  6. -------------------------------------------------------------------
  7. Your application is currently being built and will be ready soon.
  8. This page will disappear once your application is live.
  9. To view build logs, navigate to your connected GitHub repo and
  10. select the Actions tab.
  11. -------------------------------------------------------------------
  12. -------------------------------------------------------------------
  13. For more information, visit:
  14. https://docs.porter.run/docs/setting-up-cicd-1
  15. -------------------------------------------------------------------
  16. EOF
  17. /main