2
0

start.sh 762 B

1234567891011121314151617
  1. #!/bin/bash
  2. cat << EOF
  3. -------------------------------------------------------------------
  4. 👋 Hello from Porter!
  5. -------------------------------------------------------------------
  6. -------------------------------------------------------------------
  7. Your job is currently being built and will be ready soon. This is
  8. a temporary job that runs to verify your deployment was successful.
  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