Update README.md
This commit is contained in:
parent
a36d35e579
commit
6c8327ffbc
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
@ -1,6 +1,23 @@
|
|||
# drone-ci-testing [](https://drone.rbkr.xyz/ruanbekker/drone-ci-testing)
|
||||
testing cloud.drone.io
|
||||
|
||||
## Drone CLI Setup
|
||||
|
||||
[Docs](https://docs.drone.io/cli/install/)
|
||||
|
||||
```
|
||||
curl -L https://github.com/drone/drone-cli/releases/download/v1.0.7/drone_darwin_amd64.tar.gz | tar zx
|
||||
sudo cp drone /usr/local/bin
|
||||
```
|
||||
|
||||
Get your account details at https://drone.your-domain.com/account
|
||||
|
||||
```
|
||||
export DRONE_SERVER=https://yourdomain
|
||||
export DRONE_TOKEN=xx
|
||||
drone info
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
### Run shell commands in a step
|
||||
|
|
Loading…
Reference in a new issue