deploy to the root domain.
This commit is contained in:
parent
f0f37cd738
commit
c5949f88bd
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue