Skip to content

Commit

Permalink
Update github workflows for fork repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsandoval81 committed Jul 31, 2024
1 parent 537967c commit 60183df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-webroot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:

env:
BASE_URL: /
VUE_APP_DOMAIN: https://d1sntjunv5lr23.cloudfront.net
VUE_APP_DOMAIN: https://app.test.jcc.iaapi.io
VUE_APP_ROBOTS_META: noindex,nofollow
VUE_APP_API_STATE_ROOT: https://9avvh7mvqg.execute-api.us-east-1.amazonaws.com/test
VUE_APP_API_LICENSE_ROOT: https://9avvh7mvqg.execute-api.us-east-1.amazonaws.com/test
VUE_APP_API_STATE_ROOT: https://api.test.jcc.iaapi.io
VUE_APP_API_LICENSE_ROOT: https://api.test.jcc.iaapi.io

steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/webroot-deploy-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
# Triggers the workflow on pushes to trunk branches involving changes to web frontend files
push:
branches:
- development
- ia-frontend-deploy
- infra/csp-headers
paths:
- webroot/**

Expand All @@ -18,7 +19,7 @@ on:
jobs:
WebrootDeploy:
# Only run this workflow in certian repos
if: github.repository == 'InspiringApps/JCC-IA'
if: github.repository == 'InspiringApps/JCC-licensure-compact-system'

# Runner OS
runs-on: ubuntu-latest
Expand All @@ -38,10 +39,10 @@ jobs:
AWS_CLOUDFRONT_DISTRIBUTION: ${{ secrets.DEV_WEBROOT_AWS_CLOUDFRONT_DISTRIBUTION }}
SLACK_BOT_TOKEN: ${{ secrets.IA_SLACK_BOT_TOKEN }}
BASE_URL: /
VUE_APP_DOMAIN: https://d1sntjunv5lr23.cloudfront.net
VUE_APP_DOMAIN: https://app.test.jcc.iaapi.io
VUE_APP_ROBOTS_META: noindex,nofollow
VUE_APP_API_STATE_ROOT: https://9avvh7mvqg.execute-api.us-east-1.amazonaws.com/test
VUE_APP_API_LICENSE_ROOT: https://9avvh7mvqg.execute-api.us-east-1.amazonaws.com/test
VUE_APP_API_STATE_ROOT: https://api.test.jcc.iaapi.io
VUE_APP_API_LICENSE_ROOT: https://api.test.jcc.iaapi.io

steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
Expand Down

0 comments on commit 60183df

Please sign in to comment.