Skip to content

Commit

Permalink
Feat/initial-automation (#8)
Browse files Browse the repository at this point in the history
* feat(portal automation): WIP partial scripts to support automation

* feat(automation): content publishing - WIP

* feat(initial-automation): Publishing script and simple GitHub Action

* chore: adjust the action to leverage variable for subdomain

* chore: enable script execution

* chore: fix env vars

* chore: move setup to end of script

* chore: adjust how action invokes scripts

* chore: fix action iteration

* chore: fix glob pattern for product name

* chore: fix manifest path

* chore: adjust function calling from action

* chore: action update

* chore: env var config

* chore: adjust manifest path

* chore: adjust paths based on action execution

* chore: add trap and output logging

* chore: improve logging

* chore: tidy up simple action

* chore: fix existing branding image setting

* Merge branch 'main' into feat/initial-automation

* chore: adjust image names due to bad image

* chore: adjust image check for existence

* chore: adjust image names due to bad images uploads

* chore: set environment in action workflow

* chore: fix case sensitivity and reference env var correctly

* Merge remote-tracking branch 'origin/main' into feat/initial-automation
  • Loading branch information
frankkilcommins authored Jun 18, 2024
1 parent 8ade222 commit 35bc539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-as-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
publish:
runs-on: ubuntu-latest
environment: production
environment: Production

steps:
- name: Checkout repository
Expand Down Expand Up @@ -47,6 +47,6 @@ jobs:
fi
done
env:
SWAGGERHUB_PORTAL_SUBDOMAIN: ${{ env.SWAGGERHUB_PORTAL_SUBDOMAIN }}
SWAGGERHUB_PORTAL_SUBDOMAIN: ${{ vars.SWAGGERHUB_PORTAL_SUBDOMAIN }}


0 comments on commit 35bc539

Please sign in to comment.