Skip to content

Commit

Permalink
Added deploy section
Browse files Browse the repository at this point in the history
  • Loading branch information
sleipnir committed Aug 6, 2024
1 parent 48b6b66 commit 5af756c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ JVM User Language Support for [Spawn](https://github.com/eigr/spawn).

1. [Overview](#overview)
2. [Getting Started](#getting-started)
- [Deploy](#deploy)
3. [Advanced Use Cases](#advanced-use-cases)
- [Dependency Injection](#dependency-injection)
- [Types of Actors](#types-of-actors)
Expand All @@ -17,16 +18,16 @@ JVM User Language Support for [Spawn](https://github.com/eigr/spawn).
- [Forward](#forward)
- [Pipe](#pipe)
- [State Management](#state-management)
5. [Using Actors](#using-actors)
4. [Using Actors](#using-actors)
- [Call Named Actors](#call-named-actors)
- [Call Unnamed Actors](#call-unnamed-actors)
- [Async](#async)
- [Timeouts](#timeouts)
6. [Deploy](#deploy)
5. [Deploy](#deploy)
- [Defining an ActorSystem](#defining-an-actorsystem)
- [Defining an ActorHost](#defining-an-actorhost)
- [Activators](#activators)
7. [Actor Model](#actor-model)
6. [Actor Model](#actor-model)
- [Virtual Actors](#virtual-actors)


Expand Down Expand Up @@ -602,6 +603,10 @@ mvn compile jib:build

And this is it to start! Now that you know the basics of local development, we can go a little further.

### Deploy

Please see main documentation [page](https://github.com/eigr/spawn/blob/main/docs/getting_started.md).

## Advanced Use Cases

Spawn Actors abstract a huge amount of developer infrastructure and can be used for many types of jobs.
Expand Down

0 comments on commit 5af756c

Please sign in to comment.