|
@@ -0,0 +1,17 @@
|
|
|
|
|
+#!/bin/bash
|
|
|
|
|
+
|
|
|
|
|
+cat << EOF
|
|
|
|
|
+-------------------------------------------------------------------
|
|
|
|
|
+👋 Hello from Porter!
|
|
|
|
|
+-------------------------------------------------------------------
|
|
|
|
|
+-------------------------------------------------------------------
|
|
|
|
|
+Your job is currently being built and will be ready soon. This is
|
|
|
|
|
+a temporary job that runs to verify your deployment was successful.
|
|
|
|
|
+To view build logs, navigate to your connected GitHub repo and
|
|
|
|
|
+select the Actions tab.
|
|
|
|
|
+-------------------------------------------------------------------
|
|
|
|
|
+-------------------------------------------------------------------
|
|
|
|
|
+For more information, visit:
|
|
|
|
|
+https://docs.getporter.dev/docs/setting-up-cicd-1
|
|
|
|
|
+-------------------------------------------------------------------
|
|
|
|
|
+EOF
|