Skip to content

Merge pull request #94 from JacobDChamberlain/addOct25thShow #179

Merge pull request #94 from JacobDChamberlain/addOct25thShow

Merge pull request #94 from JacobDChamberlain/addOct25thShow #179

Workflow file for this run

on:
pull_request:
push:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# - name: Test
# run: |
# npm install
# npm run test
- name: Deploy
# Only run this step if the branch is main
if: github.ref == 'refs/heads/main'
env:
deploy_url: ${{ secrets.RENDER_DEPLOY_HOOK_URL }}
run: |
curl "$deploy_url"