Skip to content

Merge pull request #1295 from NEU-Libraries/develop #38

Merge pull request #1295 from NEU-Libraries/develop

Merge pull request #1295 from NEU-Libraries/develop #38

Workflow file for this run

name: Deploy
on:
push:
branches: [ "main" ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install HTTPie
run: sudo apt-get install httpie
- name: Deploy
run: http --check-status --ignore-stdin PUT cerberusv2.library.northeastern.edu/deploy token=${{ secrets.CERBERUS_TOKEN }} cerberus_version=$(cat .version) atlas_version=$(cat .atlas)