Skip to content

Commit

Permalink
misc: update ci
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Griffon <anthony@griffon.one>
  • Loading branch information
Miaxos committed Nov 29, 2023
1 parent 2f2e47a commit 8800e86
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,9 @@ jobs:
shell: bash
run: |
mkdir -p "$ARCHIVE"/{complete,doc}
ls
cp "$BIN" "$ARCHIVE"/
cp {README.md} "$ARCHIVE"/
# cp {cli/CHANGELOG.md} "$ARCHIVE"/doc/
cp cli/README.md "$ARCHIVE"/
cp cli/CHANGELOG.md "$ARCHIVE"/doc/
# - name: Generate man page and completions (no emulation)
# if: matrix.qemu == ''
Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,26 @@ workers](https://swarmd.io).
cargo install swarmd --locked
```

## Getting started
----

Once you have swarmd, it'll be quite easy for you to deploy your first Swarmd worker!

### Create your Swarmd Worker

```bash
swarmd login
swarmd create --template typescript demo_worker
```

### Configure it

### Deploy it!

```bash
swarmd deploy
```

## Development

You can build the development version in the repo by running
Expand Down

0 comments on commit 8800e86

Please sign in to comment.