Skip to content

Added blackfoot dev dictionary #22

Added blackfoot dev dictionary

Added blackfoot dev dictionary #22

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-20.04
if: github.repository_owner == 'UAlbertaALTLab'
steps:
- name: send HTTP request to deploy.altlab.dev
run: >-
curl -X POST https://deploy.altlab.dev/deploy --fail
-d '{ "secret": "${{ secrets.DEPLOY_ALTLAB_DEV_DEPLOY_KEY }}" }'
-H 'Content-Type: application/json'