Skip to content

use less memory

use less memory #6

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_HOSTNAMES: '["www"]'
NOMAD_VAR_PORTS: '{ 80 = "http" }'
NOMAD_VAR_MEMORY: 100 # xxx
secrets:
NOMAD_TOKEN_EXT: ${{ secrets.NOMAD_TOKEN_EXT }}