Skip to content

Commit

Permalink
docs start
Browse files Browse the repository at this point in the history
  • Loading branch information
ezeev committed Jul 28, 2023
1 parent e7b86f1 commit b1a269d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deploy/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ deps:
RUN apt update
RUN apt install -y curl git
RUN curl -L https://fly.io/install.sh | sh
RUN /root/.fly/bin/flyctl --help

# only run this once
# fo1_NizaKkK-x01Ye7Q8FQt75BX9mWpgZ63X6YycJ0PEn5M
deploy-go:
Expand Down
33 changes: 33 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Earthly Workshop

## Prerequisites

1. Sign in or Sign up for [Earthly](https://cloud.earthly.dev/login).
2. Install Earthly CLI
3. Install [Docker](https://www.docker.com/products/docker-desktop/).
4. Sign up for a [Fly.io](https://fly.io/) account.

## Topics Covered

- [x] Earthfile basics
- [x] The Earthly command
- [x] Passing arguments
- [x] Caching dependencies
- [x] Running tests
- [x] Building artifacts
- [x] Building and pushing images
- [x] Monorepos and composing pipelines
- [x] Repository layout
- [x] Calling targets from other directories
- [x] Copying artifacts between targets
- [x] Orchestrating a monorepo or complex build
- [x] Parallelism
- [x] Running locally
- [x] Earthly Satellites
- [x] Creating and managing satellites
- [x] Using satellites with your local machine
- [x] Using satellites with Github Actions
- [x] Deployment & advanced topics
- [x] Earthly Cloud secrets
- [x] User Defined Commands (UDCs)
- TBD

0 comments on commit b1a269d

Please sign in to comment.