diff --git a/.github/workflows/release-app.yml b/.github/workflows/release-app.yml index 734af88fd..f66569f8b 100644 --- a/.github/workflows/release-app.yml +++ b/.github/workflows/release-app.yml @@ -76,7 +76,7 @@ jobs: force_build="" if [[ "${{ github.event.inputs.force-build }}" == 'true' ]]; then - force_build="--forceBuild" + force_build="-f" fi npm run release -w apps/${{ github.event.inputs.app }} -- $pre_release $force_build --verbose --ci -r ${{ secrets.API_REGISTRY }} \ No newline at end of file diff --git a/apps/deploy-web/README.md b/apps/deploy-web/README.md index a44b16280..2cc6e185e 100644 --- a/apps/deploy-web/README.md +++ b/apps/deploy-web/README.md @@ -43,4 +43,6 @@ App configurations, including environment variables, are located in the `src/con ### Sample Environment Variables All environment variables required for the app, along with their expected structure and types, can be found in the `env/.env.sample` file. This sample file serves as a template for setting up your environment variables and ensures that all necessary variables are accounted for in each environment. -By organizing environment variables and configuration this way, we ensure a consistent, safe, and scalable approach to managing different deployment environments. \ No newline at end of file +By organizing environment variables and configuration this way, we ensure a consistent, safe, and scalable approach to managing different deployment environments. + +FOO \ No newline at end of file