diff --git a/README.md b/README.md index e5f079e..f2ca0c1 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,4 @@ If you add a new API, be careful to add ```request.header.origin``` as cacheKey, ## Deploying -Deploys are automated using Github Actions and Flux. - -To deploy to the `testnet` environment, simply commit to the `main` branch. - -To deploy to the `mainnet` environment, create a release in Github using a tag in the format `v0.0.0` - -Currently we do not have an automated mechanism to be warned if some automated deployment fails. So, after triggering the deploy, you should check if a commit was made by `fluxcdbot` in https://github.com/HathorNetwork/ops-tools/commits/master, updating the project's manifests with the new Docker image tag. \ No newline at end of file +See in the [SOP](https://github.com/HathorNetwork/ops-tools/blob/master/docs/sops/hathor-explorer-service.md#deployment).