Skip to content

Commit

Permalink
fix: removing branch from deploy workflow, updating secret value in d…
Browse files Browse the repository at this point in the history
…ocs/dockerfile
  • Loading branch information
voodooGQ committed Feb 20, 2024
1 parent ed1555c commit f3d4595
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
branches:
- main
- develop
- PRODENG-1577/kube_deployment # TODO: Temp for testing


concurrency:
group: ${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG NODE_VERSION="16.20.2"
ARG YARN_VERSION="1.22.18"
ARG ARCH="x64"
ARG GITHUB_TOKEN
ARG SECRET_KEY_BASE="foobarbaz"
ARG SECRET_KEY_BASE="setting_random_secret_for_asset_precompile"

ENV SECRET_KEY_BASE=$SECRET_KEY_BASE
ENV RAILS_ENV=$RAILS_ENV
Expand Down

0 comments on commit f3d4595

Please sign in to comment.