Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit a2b9a4d

Browse files
committed
Add afterinstall script for running some process after successfully deploy
1 parent 098ec05 commit a2b9a4d

File tree

6 files changed

+529
-97
lines changed

6 files changed

+529
-97
lines changed

CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## version 1.5
2+
====================
3+
* Add afterinstall script for running some process after successfully deploy
4+
* Refactoring menu services (restart / stop)
5+
* Refactoring menu view logs
6+
* Refactoring menu utilities
7+
18
## version 1.4.2
29
====================
310
* Add service push notification via GCM (Google Cloud Messaging)

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.2
1+
1.5

afterinstall.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env sh
2+
3+
# ========== AFTER-INSTALLATION SCRIPTS ========== #
4+
# Do Not Remove This File ! #
5+
# This is customize script after successfuly #
6+
# deploy process #
7+
# ================================================ #

preinstall.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env sh
22

3-
# ========== PREINSTALLATION SCRIPTS ========== #
4-
# Do Not Remove This File ! #
5-
# This is customize script before server up #
6-
# ============================================= #
3+
# ========== PRE-INSTALLATION SCRIPTS ========== #
4+
# Do Not Remove This File ! #
5+
# This is customize script before server up #
6+
# ============================================== #
77

88
ENV='staging'
99
GEM=`which gem`

0 commit comments

Comments
 (0)