diff options
Diffstat (limited to 'scripts/update.sh')
-rw-r--r-- | scripts/update.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/update.sh b/scripts/update.sh index 48281210..b920a829 100644 --- a/scripts/update.sh +++ b/scripts/update.sh | |||
@@ -1,4 +1,6 @@ | |||
1 | #! /usr/bin/env bash | 1 | #! /usr/bin/env bash |
2 | # You can execute this file to update wallabag | ||
3 | # eg: `sh update.sh prod` | ||
2 | 4 | ||
3 | ENV=$1 | 5 | ENV=$1 |
4 | TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) | 6 | TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) |