Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stig Lindqvist committed Sep 21, 2018
1 parent 067ce75 commit 1f77ccd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -14,7 +14,7 @@ sure that you set any executable bits on it after download.

## Example

`tape path/to/src/directory s3://bucket/destination/file.tgz https://platform.silverstripe.com/naut/project/MYPROJECT/environment/MYENV`
`tape --title "my deploy title" path/to/src/directory s3://bucket/destination/file.tgz https://platform.silverstripe.com/naut/project/MYPROJECT/environment/MYENV`

This will immediately deploy and wait until deployment is finished.

Expand Down Expand Up @@ -42,16 +42,16 @@ composer install --no-dev && rm -rf .git
SRC_DIR=`pwd -P` && cd ../
# install tape
curl -sS -f https://public.stojg.se/tape/tape_linux_1.3.0 -o ./tape && chmod +x ./tape
curl -sS -f https://public.stojg.se/tape/tape_linux_1.4.0 -o ./tape && chmod +x ./tape
# pack up, schedule and deploy
./tape ${SRC_DIR} s3://bucket/destination/file.tgz https://platform.silverstripe.com/naut/project/MYPROJECT/environment/MYENV
./tape -title "my deploy title" ${SRC_DIR} s3://bucket/destination/file.tgz https://platform.silverstripe.com/naut/project/MYPROJECT/environment/MYENV
```

## Example output:

```
tape 1.3.0
tape 1.4.0
[-] scanning directory
[-] directory scan completed
[-] 5571 files were compressed into a tar archive
Expand Down

0 comments on commit 1f77ccd

Please sign in to comment.