Skip to content

Commit

Permalink
Merge pull request #526 from infor-design/fix/url-update
Browse files Browse the repository at this point in the history
cleanup, docs server endpoint updates
  • Loading branch information
corpulent authored Jun 7, 2024
2 parents 8cdf27a + 296fe33 commit a3affd4
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 340 deletions.
101 changes: 0 additions & 101 deletions cd/form/data.json

This file was deleted.

21 changes: 0 additions & 21 deletions cd/form/schema.json

This file was deleted.

5 changes: 0 additions & 5 deletions cd/form/uischema.json

This file was deleted.

9 changes: 0 additions & 9 deletions cd/k8s/README.md

This file was deleted.

56 changes: 0 additions & 56 deletions cd/k8s/job.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions cd/k8s/secrets.sh

This file was deleted.

7 changes: 0 additions & 7 deletions cd/k8s/secrets/docs-api-key.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions cd/k8s/secrets/github-acccess-token.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions cd/k8s/secrets/npm-token.yaml

This file was deleted.

109 changes: 0 additions & 109 deletions cd/k8s/task-definition.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions scripts/deploy-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ done
case $DEPLOY_ENV in
"local") DEPLOY_URL='http://localhost/api/docs/';;
"localDebug") DEPLOY_URL='http://localhost:9002/api/docs/';;
"staging") DEPLOY_URL='https://staging.design.infor.com/api/docs/';;
"prod") DEPLOY_URL='https://design.infor.com/api/docs/';;
"prod") DEPLOY_URL='https://legacy.design.infor.com/api/docs/';;
*) echo "Invalid option for deploy environment";;
esac

Expand Down

0 comments on commit a3affd4

Please sign in to comment.