deploy to the root domain.

This commit is contained in:
Jason Kulatunga 2022-10-28 20:23:56 -07:00
parent f0f37cd738
commit c5949f88bd
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ jobs:
- name: Copy files to the test website with the AWS CLI
run: |
aws s3 sync dist s3://app-sandbox.fastenhealth.com/web --acl public-read
aws s3 sync dist s3://app-sandbox.fastenhealth.com --acl public-read
- uses: chrnorm/deployment-action@v2
name: Create GitHub deployment

View File

@ -9,7 +9,7 @@ export const environment = {
lighthouse_api_endpoint_base: 'https://lighthouse.fastenhealth.com/sandbox',
//used to specify the couchdb server that we're going to use (can be relative or absolute). Must not have trailing slash
couchdb_endpoint_base: 'https://couchdb.sandbox.fastenhealth.com/database',
couchdb_endpoint_base: 'https://couchdb.sandbox.fastenhealth.com',
// if relative, must start with /
// couchdb_endpoint_base: '/database'