Skip to content

Commit a24ed42

Browse files
author
github-actions
committed
Merge remote-tracking branch 'origin/master-ci' into dev-release
2 parents d4f5cde + ef80941 commit a24ed42

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/CD_Release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Continious Deployment - Production
1+
# Continuous Deployment - Production
22

33
name: Release - Version & Deploy
44
on:
5-
push:
6-
branches: [ release ]
5+
release:
6+
types: [published]
77

88
workflow_dispatch:
99

installer.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,4 +265,5 @@ sudo systemctl enable --now openpod.service
265265
sudo systemctl daemon-reload
266266

267267
echo "- OpenPod is now installed -"
268+
echo "Serial: $serial"
268269
exit 0

0 commit comments

Comments
 (0)