Skip to content

chore(deps): update dependency postgrex to == 0.19.3 (#134) #126

chore(deps): update dependency postgrex to == 0.19.3 (#134)

chore(deps): update dependency postgrex to == 0.19.3 (#134) #126

Workflow file for this run

name: Deploy
on:
push:
branches: [ "main" ]
permissions:
contents: read
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- name: git push gigalixir
run: |
git remote add gigalixir https://${{ secrets.GIGALIXIR_EMAIL }}:${{ secrets.GIGALIXIR_API_KEY }}@git.gigalixir.com/${{ secrets.GIGALIXIR_APP_NAME }}.git
git push -f gigalixir HEAD:refs/heads/master