Skip to content

Commit

Permalink
explain where to find the action
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciachang committed May 30, 2024
1 parent efc0035 commit 911e829
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Automatically deploy session backend code to your Jamsocket service.

To use this Jamsocket deploy action, add the action to your [Github Workflow](https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization#creating-a-starter-workflow).

Here's an example of an action that will run whenever code is pushed to `main`. To use this example, paste the code snippet below in a file called `deploy.yml`. Add that file to the `.github/workflows` directory in the root of your repository.
Here's an example of an action that will run whenever code is pushed to `main`.

To use this example, paste the code snippet below in a file called `deploy.yml`. Add that file to the `.github/workflows` directory in the root of your repository. When you push your code to `main`, you can view the running action in the `Actions` tab of your Github repository.

```yaml
name: Deploy to Jamsocket
Expand Down

0 comments on commit 911e829

Please sign in to comment.