Skip to content

Commit

Permalink
Strapi fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ozhyhin-nikita committed Oct 19, 2023
1 parent d18444b commit 8af27ff
Show file tree
Hide file tree
Showing 7 changed files with 3,504 additions and 2,335 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To ensure that WFs are working properly, add these GH Secrets right after projec
After setting up **_all_**(!) required secrets, perform these actions:
- [ ] In the `Actions` tab, find WF named `Bootstrap` in the left pane
- [ ] Click on the button `Run workflow` in the top-right corner and in pop-up window click green button `Run workflow`
- [ ] After that replace all occurrences of `"project-templates"` in all `package.json` files with the name of your project, run `yarn install` from root, then commit and push these changes
- [ ] After that open code editor of your choice and replace all occurrences of `"project-templates"` in all `package.json` files with the name of your project, run `yarn install` from every location where you have made changes, then commit and push these changes
- [ ] Wait for the `Staging Deployment` workflow to run and check your staging at `REPO_NAME.bndigital.dev`
- [ ] Go to `REPO_NAME.bndigital.dev/admin` and set up Strapi Admin with [these](https://vault.bndigital.dev/ui/vault/secrets/templates/show/project/staging/strapi) credentials
- [ ] Click on the `Settings` option in the menu on the left and on the page that appeared click `Transfer tokens` and then `+ Create new Transfer Token` button inn the top-right corner
Expand Down
12 changes: 6 additions & 6 deletions packages/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"@bn-digital/strapi-types": "^1.0.64",
"@bn-digital/typescript-config": "^1.4.0",
"@notum-cz/strapi-plugin-content-versioning": "^0.4.7",
"@strapi/plugin-graphql": "^4.11.4",
"@strapi/plugin-users-permissions": "^4.11.4",
"@strapi/provider-email-nodemailer": "^4.11.4",
"@strapi/provider-upload-aws-s3": "^4.11.4",
"@strapi/strapi": "^4.11.4",
"@strapi/typescript-utils": "^4.11.4",
"@strapi/plugin-graphql": "4.10.4",
"@strapi/plugin-users-permissions": "4.10.4",
"@strapi/provider-email-nodemailer": "4.10.4",
"@strapi/provider-upload-aws-s3": "4.10.4",
"@strapi/strapi": "4.10.4",
"@strapi/typescript-utils": "4.10.4",
"better-sqlite3": "^8.4.0",
"pg": "^8.11.1",
"strapi-blurhash": "^1.1.1",
Expand Down
Loading

0 comments on commit 8af27ff

Please sign in to comment.