Skip to content

Merge pull request #330 from reshmabidikar/aviate-health #125

Merge pull request #330 from reshmabidikar/aviate-health

Merge pull request #330 from reshmabidikar/aviate-health #125

Workflow file for this run

name: Publish
on:
workflow_dispatch:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- name: Setup git user
run: |
git config --global user.email "[email protected]"
git config --global user.name "Kill Bill core team"
- name: Deploy Slate
run: |
./deploy.sh -v