| 12345678910111213141516171819 |
- #!/bin/bash
- cat << EOF
- -------------------------------------------------------------------
- 👋 Hello from Porter!
- -------------------------------------------------------------------
- -------------------------------------------------------------------
- Your application is currently being built and will be ready soon.
- This page will disappear once your application is live.
- To view build logs, navigate to your connected GitHub repo and
- select the Actions tab.
- -------------------------------------------------------------------
- -------------------------------------------------------------------
- For more information, visit:
- https://docs.porter.run/docs/setting-up-cicd-1
- -------------------------------------------------------------------
- EOF
- /main
|