Skip to content

Merge pull request #4299 from MJedr/flask-sql-continuum #29

Merge pull request #4299 from MJedr/flask-sql-continuum

Merge pull request #4299 from MJedr/flask-sql-continuum #29

Workflow file for this run

name: Push master
on:
push:
branches: [master]
defaults:
run:
shell: bash
jobs:
test:
uses: ./.github/workflows/backend-tests-on-docker.yml
with:
ref: ${{ github.ref }}
secrets: inherit
deploy:
needs: test
runs-on: ubuntu-latest
steps:
- name: send event
uses: cern-sis/gh-workflows/.github/actions/[email protected]
with:
event-type: update
images: |
inspirehep/next@${{ needs.test.outputs.tag }}
inspirehep/next-assets@${{ needs.test.outputs.tag }}
inspirehep/next-scrapyd@${{ needs.test.outputs.tag }}
token: ${{ secrets.PAT_FIRE_EVENTS_ON_CERN_SIS_KUBERNETES }}