Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martincik authored Jul 5, 2024
1 parent bd365fa commit 315e029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ git tag vX.X.X-beta && git push origin vX.X.X-beta
```

After this wait for the Github Actions to finish the deploy to S3 and Cloudfront.
The demo app will be avail at: https://d3bgshfwq8wmv6.cloudfront.net/acs-widget-staging/index.html
The demo app will be avail at: https://XXX.cloudfront.net/acs-widget-staging/index.html


## Release new version to production
Expand All @@ -84,7 +84,7 @@ git tag vX.X.X && git push origin vX.X.X
```

After this wait for the Github Actions to finish the deploy to S3 and Cloudfront.
The demo app will be avail at: https://d3bgshfwq8wmv6.cloudfront.net/acs-widget/index.html
The demo app will be avail at: https://XXX.cloudfront.net/acs-widget/index.html

## License
The source and documentation in this project are released under the [MIT License](LICENSE)

0 comments on commit 315e029

Please sign in to comment.