Skip to content

Commit

Permalink
fix : fix docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixtar committed Apr 2, 2024
1 parent fc4a682 commit c586371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
echo "aws ecr get-login-password --region $AWS_REGION | docker login --username AWS --password-stdin $ECR_REGISTRY" >> scripts/applicationStart.sh
echo "docker pull $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> scripts/applicationStart.sh
echo "docker image tag $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG cross-puzzle-api" >> scripts/applicationStart.sh
echo "mv /home/ec2-user/app/scripts/docker-compose.yml /root" >> scripts/applicationStart.sh
echo "mv /home/ec2-user/app/scripts/docker-compose.yml /" >> scripts/applicationStart.sh
echo "pwd" >> scripts/applicationStart.sh
echo "docker-compose up -d" >> scripts/applicationStart.sh
Expand Down

0 comments on commit c586371

Please sign in to comment.