Skip to content

Commit

Permalink
docs(nx-cloud): update ami docs (#18750)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarmatei authored Aug 22, 2023
1 parent 750f485 commit a25cc29
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/nx-cloud/private/ami-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Once you have your NxCloud URL proceed to the below steps!
# This is all you need to get the baseline of your nx-cloud instance configured!

# Set the external URL your instance is running on. This is the URL from the previous step
nxCloudAppURL: 'https://nx-cloud.on.my-domain.ca'
nxCloudAppURL: 'https://nx-cloud.on.my-domain.ca' # make sure no backslash is at the end

secret:
# set your initial admin password for logging into the app
Expand Down Expand Up @@ -98,7 +98,7 @@ You can optionally enable authentication using your preferred SSO provider:
# global.imageTag: ''

# Set the external URL your instance is running on
nxCloudAppURL: 'https://nx-cloud.on.my-domain.ca'
nxCloudAppURL: 'https://nx-cloud.on.my-domain.ca' # make sure no backslash is at the end

# Uncomment (along with github secrets below) to enable working with GitHub pull requests or github auth
#github:
Expand Down Expand Up @@ -160,7 +160,8 @@ We send out emails with every new NxCloud release to all our Enterprise customer
To upgrade to a newer version, add the below line to your `myconfiguration.yml` file:

```yaml
global.imageTag: '2306.01.2' # set the version of nx-cloud you'd like
global:
imageTag: '2306.01.2' # set the version of nx-cloud you'd like
```
And apply the changes:
Expand Down

1 comment on commit a25cc29

@vercel
Copy link

@vercel vercel bot commented on a25cc29 Aug 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx.dev

Please sign in to comment.