This repository was archived by the owner on Mar 14, 2023. It is now read-only.
File tree 6 files changed +529
-97
lines changed
6 files changed +529
-97
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## version 1.4.2
2
9
====================
3
10
* Add service push notification via GCM (Google Cloud Messaging)
Original file line number Diff line number Diff line change 1
- 1.4.2
1
+ 1.5
Original file line number Diff line number Diff line change
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
+ # ================================================ #
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
2
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
+ # ============================================== #
7
7
8
8
ENV=' staging'
9
9
GEM=` which gem`
You can’t perform that action at this time.
0 commit comments