diff --git a/README.md b/README.md index fd985cb..2eb1bdf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Sarthi Deploy action-badge cookiecutter-pyaction -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 📄