Skip to content

fix(deps): update dependency yjs to v13.6.22 (#155) #143

fix(deps): update dependency yjs to v13.6.22 (#155)

fix(deps): update dependency yjs to v13.6.22 (#155) #143

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