Skip to content

Commit

Permalink
update with civo instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tullo committed Feb 1, 2022
1 parent 26fa7d4 commit 5c87943
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
# gh-oauth-example

## [localhost](https://github.com/tullo/gh-oauth-example/releases/tag/v0.1.0)

```sh
./run.sh
```

---

## [okteto](https://github.com/tullo/gh-oauth-example/releases/tag/v0.2.0)

```sh
okteto up
./run.sh
```

Open [gh-oauth-example-dev-tullo.cloud.okteto.net/](https://gh-oauth-example-dev-tullo.cloud.okteto.net/) and authenticate.
Open [gh-oauth-example-dev-tullo.cloud.okteto.net/]() and authenticate.

---

## [civo](https://github.com/tullo/gh-oauth-example/releases/tag/v0.4.0)

```sh
kubectl apply -f manifests/
kubectl set image deployment/gh-oauth-example gh-oauth-example=docker.io/tullo/gh-oauth-example:civo
```

Open [gh-oauth-example.ac2c224e-978f-454a-8780-7af4740383ae.k8s.civo.com/](http://gh-oauth-example.ac2c224e-978f-454a-8780-7af4740383ae.k8s.civo.com/) and authenticate.

---

0 comments on commit 5c87943

Please sign in to comment.