Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging apps via github actions #579

Merged
merged 17 commits into from
Jan 5, 2024
Prev Previous commit
Next Next commit
WIP
  • Loading branch information
justin808 committed Jan 5, 2024
commit fa6116a53122d2a4fda17189c27fe5e3886e4a5a
2 changes: 1 addition & 1 deletion .controlplane/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN apt-get update -qq && \
COPY --from=build /usr/local/bundle /usr/local/bundle
COPY --from=build /app /app
# add entrypoint and release script to docker image at top level
COPY --from=build .controlplane/entrypoint.sh .controlplane/release_script.sh ./
COPY --from=build /app/.controlplane/entrypoint.sh /app/.controlplane/release_script.sh ./

ENV RAILS_ENV=production \
NODE_ENV=production \
Expand Down
Loading