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

Enable heroku exec #297

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Enable heroku exec #297

wants to merge 1 commit into from

Conversation

georgehelman
Copy link
Contributor

No description provided.

@copelco
Copy link
Member

copelco commented Jan 2, 2023

This didn't work for me:

COMPOSE_FILE=docker-compose.deploy.yml docker compose up --build -d django
[+] Building 161.5s (30/31)
...
 => ERROR [deploy 3/4] RUN echo '[ -z "$SSH_CLIENT" ] && source <(curl --fail --retry 3 -sSL "$HEROKU_EXEC_URL")' > /app/.profile.d                                         0.5s
------
 > [deploy 3/4] RUN echo '[ -z "$SSH_CLIENT" ] && source <(curl --fail --retry 3 -sSL "$HEROKU_EXEC_URL")' > /app/.profile.d:
#0 0.431 /bin/sh: 1: cannot create /app/.profile.d: Directory nonexistent
------
failed to solve: executor failed running [/bin/sh -c echo '[ -z "$SSH_CLIENT" ] && source <(curl --fail --retry 3 -sSL "$HEROKU_EXEC_URL")' > /app/.profile.d]: exit code: 2

But I agree it will be valuable to get working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants