Skip to content

nomad: create build definition #21

nomad: create build definition

nomad: create build definition #21

Workflow file for this run

name: build nomad
on:
push:
paths:
- .github/workflows/nomad.yml
- nomad.sh
jobs:
build:
runs-on: ubuntu-latest
container:
image: alpine:edge
env:
BUILDS_S3_ACCESS_KEY_ID: ${{ secrets.BUILDS_S3_ACCESS_KEY_ID }}
BUILDS_S3_SECRET_ACCESS_KEY: ${{ secrets.BUILDS_S3_SECRET_ACCESS_KEY }}
steps:
- uses: actions/checkout@v1
- run: sh nomad.sh ${{ github.sha }}