Skip to content

Merge remote-tracking branch 'origin/main' into production #47

Merge remote-tracking branch 'origin/main' into production

Merge remote-tracking branch 'origin/main' into production #47

Workflow file for this run

name: Deploy to Production Environment
on:
push:
branches: [ production ]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to Nomad
uses: datasektionen/nomad-deploy@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
nomad-token: ${{ secrets.NOMAD_TOKEN }}
nomad-addr: ${{ vars.NOMAD_ADDR }}