Skip to content

Resolved [Issue #25] Ease in creating commitfest #70

Resolved [Issue #25] Ease in creating commitfest

Resolved [Issue #25] Ease in creating commitfest #70

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
<<<<<<< HEAD

Check failure on line 7 in .github/workflows/deploy.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yaml

Invalid workflow file

You have an error in your yaml syntax on line 7
- prod
=======
>>>>>>> 96758a1 (Implement github action to deploy to test environment)
jobs:
deployment:
runs-on: ubuntu-latest
environment: ${{ github.ref_name }}
steps:
- name: Trigger deploy
run: |
curl -fsS -X POST ${{ secrets.HOOKURL }} -H "X-Key: ${{ secrets.HOOKSECRET }}"