test marketplace action #22
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
name: Test Publish to Jamsocket Action | |
on: | |
push: | |
branches: [ "main" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Deploy to Jamsocket | |
uses: jamsocket/[email protected] | |
with: | |
jamsocket_api_token: ${{ secrets.JAMSOCKET_API_TOKEN }} | |
jamsocket_account: ffeliciachang | |
jamsocket_service: renaissance-earth | |
docker_build_context: ./server | |
dockerfile_path: ./server/Dockerfile.jamsocket |