From f561e091a8fe1dbe415d25fd622a54aaac70aaa3 Mon Sep 17 00:00:00 2001 From: Serhii Date: Thu, 22 Aug 2024 08:43:36 +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 6fb179d..101d6e3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -43,7 +43,7 @@ jobs: while [ $RETRY_COUNT -lt $MAX_RETRIES ]; do if aws apprunner update-service \ --service-arn "$SERVICE_ARN" \ - --source-configuration "$(cat <<'EOF' + --source-configuration "$(cat << EOF { "CodeRepository": { "RepositoryUrl": "${{ secrets.REPOSITORY_URL }}",