Skip to content

ANON-192 - Update live version (#13) #29

ANON-192 - Update live version (#13)

ANON-192 - Update live version (#13) #29

Workflow file for this run

name: STAGE - Build and Deploy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Build and push
uses: ./.github/actions/build-and-push
with:
docker-username: ${{ github.actor }}
docker-password: ${{ secrets.GITHUB_TOKEN }}
docker-tag: ${{ github.sha }}
environment: stage
- name: Deploy
uses: ./.github/actions/deploy
with:
environment: stage
nomad-cacert: operations/admin-ui-ca.crt
nomad-token: ${{ secrets.NOMAD_TOKEN_ONIONPERF_DEPLOY }}
nomad-addr: ${{ secrets.NOMAD_ADDR }}
docker-tag: ${{ github.sha }}