-
Notifications
You must be signed in to change notification settings - Fork 75
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
stack_file_name: No such file or directory #31
Comments
I am not sure about your case, but I had the same problem: No such file or dir. Then I tried to test it without copy - took an example from here https://shihadeh.dev/actions/Docker-Deployment/ - Compose tab (without copy) and got the following:
Ip and user are not real here. |
I am able to establish a connection, with this one weird line in the logs
If I specify any value for |
How this path is taken? Ive tried:
absolute path within my repo (/docker-compose/{filename}-compose.yml )
Ive tried just the {filename}-compose.yml when it`s in the root of my repo
ive tried renaming it to docker-compose.yaml and using the default path
ive tried using my full repo link path
Every single one of them ends with No Such File or Directory.
How do i point it to a docker-compose.yaml in my repo to be copied to the host?
The text was updated successfully, but these errors were encountered: