feat: Add default slide group end date; Display dates in Stockholm ti… #23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Deploy | |
| on: | |
| push: | |
| branches: [ master ] | |
| 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 }} |