Skip to content

Merge branch 'postgres:main' into main #2

Merge branch 'postgres:main' into main

Merge branch 'postgres:main' into main #2

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 }}"