Skip to content

switch from no longer avail bitnami nginx to wordpress official (uses… #3

switch from no longer avail bitnami nginx to wordpress official (uses…

switch from no longer avail bitnami nginx to wordpress official (uses… #3

Workflow file for this run

on: push
jobs:
cicd:
# https://github.com/internetarchive/cicd
uses: internetarchive/cicd/.github/workflows/cicd.yml@main
with:
NOMAD_VAR_MULTI_CONTAINER: 'true'
NOMAD_VAR_COUNT: 1
NOMAD_VAR_COUNT_CANARIES: 0
NOMAD_VAR_PORTS: '{ 8080 = "http", 3306 = "db" }'
NOMAD_VAR_CHECK_PROTOCOL: 'tcp'
# first bring up takes a long time, copying initial site & data to persist, to our slow PV
NOMAD_VAR_HEALTH_TIMEOUT: '9m'
NOMAD_VAR_PERSISTENT_VOLUME: '/var/www/html'
NO_TEST: true
BASE_DOMAIN: ux-b.archive.org
WORDPRESS_DB_USER: demo-user

Check failure on line 17 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 17, Col: 26): Invalid input, WORDPRESS_DB_USER is not defined in the referenced workflow. .github/workflows/ci.yml (Line: 18, Col: 26): Invalid input, WORDPRESS_DB_NAME is not defined in the referenced workflow.
WORDPRESS_DB_NAME: demo-db
secrets:
WORDPRESS_DB_PASSWORD: ${{ secrets.PW }}
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }}