diff --git a/.secrets b/.secrets new file mode 100644 index 0000000..c064364 --- /dev/null +++ b/.secrets @@ -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' \ No newline at end of file diff --git a/.env.ci b/.secrets.ci similarity index 100% rename from .env.ci rename to .secrets.ci diff --git a/README.md b/README.md index 5a98f90..b7cd6ef 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file +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 +``` \ No newline at end of file