Skip to content

Commit

Permalink
follow action instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciachang committed Aug 2, 2024
1 parent be3e23f commit 2f00fa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Use the local Publish to Jamsocket Action
uses: ./.github/actions/publish-to-jamsocket
- name: Deploy to Jamsocket
uses: jamsocket/[email protected]
with:
jamsocket_api_token: ${{ secrets.JAMSOCKET_DEV_TOKEN }}
jamsocket_account: felicia
jamsocket_service: renaissance
docker_build_context: ./server
dockerfile_path: ./server/Dockerfile.jamsocket
docker_tag: mycustomtag
tag: mycustomtag

# name: Test Publish to Jamsocket Action

Expand Down

0 comments on commit 2f00fa2

Please sign in to comment.