Skip to content

Commit

Permalink
[#1] Rename secrets file to use default name
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Oct 18, 2021
1 parent 6e46d8e commit 65699ed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .secrets
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
AZURE_STORAGE_ACCOUNT='nautiluscyberneering'
AZURE_STORAGE_SAS_TOKEN='?sv=2020-08-04&ss=bfqt&srt=sco&sp=rwdlacuptfx&se=2022-03-31T19:24:53Z&st=2021-10-14T11:24:53Z&spr=https&sig=kZVtJkGyT5VZgIpj2dXJJT1lxmdy2KUpbgR5r%2FPC%2FQ8%3D'
File renamed without changes.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,11 @@ To create an optimized version of the app:
npm run build
```

You can run the newly built app with `npm run start`. This uses [sirv](https://github.com/lukeed/sirv), which is included in your package.json's `dependencies` so that the app will work when you deploy to platforms like [Heroku](https://heroku.com).
You can run the newly built app with `npm run start`. This uses [sirv](https://github.com/lukeed/sirv), which is included in your package.json's `dependencies` so that the app will work when you deploy to platforms like [Heroku](https://heroku.com).

## Development

Use `act` to import Base images:
```
act -j import
```

0 comments on commit 65699ed

Please sign in to comment.