We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4f5cde + ef80941 commit a24ed42Copy full SHA for a24ed42
.github/workflows/CD_Release.yml
@@ -1,9 +1,9 @@
1
-# Continious Deployment - Production
+# Continuous Deployment - Production
2
3
name: Release - Version & Deploy
4
on:
5
- push:
6
- branches: [ release ]
+ release:
+ types: [published]
7
8
workflow_dispatch:
9
installer.sh
@@ -265,4 +265,5 @@ sudo systemctl enable --now openpod.service
265
sudo systemctl daemon-reload
266
267
echo "- OpenPod is now installed -"
268
+echo "Serial: $serial"
269
exit 0
0 commit comments