From 43276d60942d18109e6663f38252b1065df40ce7 Mon Sep 17 00:00:00 2001 From: Unitech Date: Tue, 14 Apr 2020 00:52:35 +0200 Subject: [PATCH] 1.0.2 --- .#NOTES.md | 1 - CHANGELOG.md | 26 -------------------------- NOTES.md | 20 -------------------- 3 files changed, 47 deletions(-) delete mode 120000 .#NOTES.md delete mode 100644 CHANGELOG.md delete mode 100644 NOTES.md diff --git a/.#NOTES.md b/.#NOTES.md deleted file mode 120000 index 13f8efa..0000000 --- a/.#NOTES.md +++ /dev/null @@ -1 +0,0 @@ -unitech@zion.16175:1586475756 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index cf9f9bf..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,26 +0,0 @@ - -# 0.3.6 - -- ability to omit user in deploy_conf - -# 0.3.2 - -- #103 ability to run a script even before cloning the repository -- #98 (windows) remove resolving of remote path in local - -# 0.3.0 - -- [#91] fix: Fixed a bug if package path contains spaces -- [#81] fix: tilde expansion of key -- [#87] fix: fix Broken relative path handling causes "deploy log append failed" -- [#79] feature: added pre-setup and post-setup hooks -- [#92] feature: fetch all tags from the remote -- [#32] feature: deploy [json] [environ] list -- show each commit with prefix of revert n -- [#89] feature: allow to pass ssh options - -# 0.1.3 - -- Add ref option to support pulling remote refs #60 -- fix npm install warning #51 -- pre-deploy-local allowed -- windows fix diff --git a/NOTES.md b/NOTES.md deleted file mode 100644 index 548bc13..0000000 --- a/NOTES.md +++ /dev/null @@ -1,20 +0,0 @@ - -## Setup - -``` -git clone --branch $branch $repo $path/source -# Or -git clone --depth=5 --branch $branch $repo $path/source -``` - -## Deploy - -``` -cd $path/source && git cat-file -t $branch - cd $path/source && git checkout $branch && git pull origin $branch - -else - -git fetch --all --tags -cd $path/source && git checkout $ref -b $branch -```