Skip to content

Commit 9323f75

Browse files
fix: add folder name in compose path
1 parent fdc39f2 commit 9323f75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_docker_aws.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
echo "Debug: Listing directory contents..."
5050
ls -la /home/${{ vars.AWS_EC2_USER }}
5151
echo "Debug: Checking compose file..."
52-
cat /home/${{ vars.AWS_EC2_USER }}/compose.aws.yml
52+
cat /home/${{ vars.AWS_EC2_USER }}/deployment/compose.aws.yml
5353
echo "Logging into Docker registry..."
5454
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
5555
echo "Starting Docker Compose..."
5656
cd /home/${{ vars.AWS_EC2_USER }}
57-
docker compose -f compose.aws.yml --env-file=.env.prod up --pull=always -d
57+
docker compose -f deployment/compose.aws.yml --env-file=.env.prod up --pull=always -d

0 commit comments

Comments
 (0)