From 58b4e223f841dd2d03aa7a2debf35f0fad0cd997 Mon Sep 17 00:00:00 2001 From: Serhii Date: Thu, 22 Aug 2024 09:57:22 +0300 Subject: [PATCH] chore --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2722c34..7354cd8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -44,7 +44,7 @@ jobs: while [ $RETRY_COUNT -lt $MAX_RETRIES ]; do if aws apprunner update-service \ --service-arn $SERVICE_ARN \ - --source-configuration "CodeRepository={RepositoryUrl=${{ secrets.REPOSITORY_URL }}, SourceCodeVersion={Type=BRANCH, Value=master}, SourceDirectory=linguaphoto"; then + --source-configuration {CodeRepository={RepositoryUrl=${{ secrets.REPOSITORY_URL }}, SourceCodeVersion={Type=BRANCH, Value=master}, SourceDirectory=linguaphoto}; then echo "Service updated successfully." exit 0 else