Skip to content

Commit

Permalink
Merge pull request #280 from 18F/develop
Browse files Browse the repository at this point in the history
Add request param validation -- Staging
  • Loading branch information
levinmr authored Nov 8, 2024
2 parents b85d8fc + eac2cfb commit 05d2350
Show file tree
Hide file tree
Showing 6 changed files with 761 additions and 376 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/deploy_to_dev_manually.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Deploy to dev manually

on:
workflow_dispatch:

jobs:
deploy_dev:
uses: 18F/analytics-reporter-api/.github/workflows/deploy.yml@develop
with:
APP_NAME: ${{ vars.APP_NAME_DEV }}
CF_ORGANIZATION_NAME: ${{ vars.CF_ORGANIZATION_NAME }}
CF_SPACE_NAME: ${{ vars.CF_SPACE_NAME_DEV }}
DB_SERVICE_NAME: ${{ vars.DB_SERVICE_NAME_DEV }}
NEW_RELIC_APP_NAME: ${{ vars.NEW_RELIC_APP_NAME_DEV }}
secrets:
API_DATA_GOV_SECRET: ${{ secrets.API_DATA_GOV_SECRET_DEV }}
CF_USERNAME: ${{ secrets.CF_USERNAME_DEV }}
CF_PASSWORD: ${{ secrets.CF_PASSWORD_DEV }}
NEW_RELIC_LICENSE_KEY: ${{ secrets.NEW_RELIC_LICENSE_KEY_DEV }}
180 changes: 113 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 05d2350

Please sign in to comment.