generated from pforret/bashew
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,13 @@ | |
|
||
# landeploy | ||
|
||
automatic deploy on LAN/localhost upon `github push`, using ngrok and webhook | ||
automatic deploy on LAN/localhost upon `github/bitbucket push`, using ngrok and webhook | ||
|
||
## 🔥 Usage | ||
|
||
``` | ||
Program : landeploy by [email protected] | ||
Version : v0.1.0 (2024-12-31 13:27) | ||
Version : v0.1.4 (2025-01-01 22:16) | ||
Purpose : automatic deploy on LAN/localhost upon 'github push' | ||
Usage : landeploy [-h] [-Q] [-V] [-f] [-L <LOG_DIR>] [-T <TMP_DIR>] [-B <BRANCH>] [-D <DOMAIN>] [-E <ENVIRONMENT>] [-H <HOOKS>] [-P <PORT>] [-R <REMOTE>] [-Y <REDEPLOY>] <action> | ||
Flags, options and parameters: | ||
|
@@ -25,7 +25,7 @@ Flags, options and parameters: | |
-L|--LOG_DIR <?> : [option] folder for log files [default: log/landeploy] | ||
-T|--TMP_DIR <?> : [option] folder for temp files [default: .tmp] | ||
-B|--BRANCH <?> : [option] remote repo branch [default: main] | ||
-D|--DOMAIN <?> : [option] ngrok domain to use (from https://dashboard.ngrok.com/domains) | ||
-D|--DOMAIN <?> : [option] ngrok domain to use | ||
-E|--ENVIRONMENT <?>: [option] deployment type (only php for now) [default: php] | ||
-H|--HOOKS <?> : [option] webhook config file [default: landeploy.yaml] | ||
-P|--PORT <?> : [option] local port for ngrok service [default: 8008] | ||
|