diff --git a/.github/workflows/CD_Release.yml b/.github/workflows/CD_Release.yml index 305a587..1c17ddf 100644 --- a/.github/workflows/CD_Release.yml +++ b/.github/workflows/CD_Release.yml @@ -1,9 +1,9 @@ -# Continious Deployment - Production +# Continuous Deployment - Production name: Release - Version & Deploy on: - push: - branches: [ release ] + release: + types: [published] workflow_dispatch: diff --git a/installer.sh b/installer.sh index 4439e8e..ce50343 100644 --- a/installer.sh +++ b/installer.sh @@ -265,4 +265,5 @@ sudo systemctl enable --now openpod.service sudo systemctl daemon-reload echo "- OpenPod is now installed -" +echo "Serial: $serial" exit 0