Files
michaelschiemer/.gitea/workflows
Michael Schiemer c1d6a71494 fix(deployment): cd to /workspace/repo before scp
The 'Deploy to Production Server' step is separate from the clone step and
doesn't inherit the working directory. The scp command was running from the
default directory where docker-compose files don't exist.

Adding 'cd /workspace/repo' before scp to access the cloned repository files.

This fixes the error:
docker-compose.base.yml: No such file or directory
docker-compose.production.yml: No such file or directory
2025-11-04 16:07:05 +01:00
..
2025-07-18 00:21:02 +02:00