-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change tag variable name and add github metadata as labels (#1)
- Loading branch information
1 parent
e7e0184
commit b90fabd
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy to Jamsocket | ||
uses: jamsocket/[email protected].1 | ||
uses: jamsocket/[email protected].3 | ||
with: | ||
jamsocket_api_token: ${{ secrets.JAMSOCKET_API_TOKEN }} | ||
jamsocket_account: my-jamsocket-account | ||
|
@@ -43,7 +43,7 @@ The following options must be configured in order to make a deployment. As shown | |
| jamsocket_service | The name of the Jamsocket service you are pushing your code to. | `with` | Yes | | ||
| docker_build_context | The path to the directory that your [Docker build should access](https://docs.docker.com/build/building/context/). This is often the directory the Dockerfile is in. | `with` | Yes | | ||
| dockerfile_path | The path to your Dockerfile. | `with` | Yes | | ||
| docker_tag | A custom tag for your Docker image. | `with` | No | | ||
| tag | A custom tag to apply to the image. If provided, this image will only be used when this tag is provided in the spawn request. This can be used for preview deploy-like functionality. | `with` | No | | ||
|
||
## Deployment | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters