Skip to content

use less memory

use less memory #70

Workflow file for this run

on: [push, workflow_dispatch]
jobs:
cicd:
# https://github.com/internetarchive/cicd
uses: internetarchive/cicd/.github/workflows/cicd.yml@main
with:
NOMAD_VAR_PORTS: '{ 80 = "http" }'
NOMAD_VAR_HOSTNAMES: '["wordsmith","wordsmith.archive.org"]'
PLATFORMS: 'linux/amd64,linux/arm64'
NOMAD_VAR_MEMORY: 100 # xxx
secrets:
NOMAD_TOKEN_EXT: ${{ secrets.NOMAD_TOKEN_EXT }}