From 3648bf840f15c343d7c0ad8713fd62cbf73d778c Mon Sep 17 00:00:00 2001
From: Tushar <30565750+tushar5526@users.noreply.github.com>
Date: Thu, 4 Jan 2024 01:49:36 +0530
Subject: [PATCH] Update README.md
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index fd985cb..2eb1bdf 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
## Sarthi Deploy
-Easy to setup Docker based Ephemeral previews!
+Easy to set up Docker Compose based Ephemeral previews!
Pre-requisites 🛠️
-----------------
@@ -33,9 +33,9 @@ jobs:
- name: Set up Sarthi
uses: tushar5526/sarthi-deploy@main
with:
- compose_file: docker-compose.yml # override this with the compose file name
- sarthi_server_url: ${{ secrets.SARTHI_SERVER_URL }}
- sarthi_secret: ${{ secrets.SARTHI_SECRET }} # Secret text generate while setting up the server
+ compose_file: docker-compose.yml # override this with the compose file location in your project
+ sarthi_server_url: ${{ secrets.SARTHI_SERVER_URL }} # Sarthi API Backend URL prompted after running the installation script
+ sarthi_secret: ${{ secrets.SARTHI_SECRET }} # Secret text generated while setting up the server
```
### License 📄