Skip to content

Commit 067ad98

Browse files
Try to fix the deployment 2
Signed-off-by: Łukasz Gryglicki <[email protected]>
1 parent 6f21704 commit 067ad98

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,10 @@ jobs:
150150
if [[ ! -f bin/gitlab-repository-check-lambda ]]; then echo "Missing bin/gitlab-repository-check-lambda binary file. Exiting..."; exit 1; fi
151151
if [[ ! -f serverless.yml ]]; then echo "Missing serverless.yml file. Exiting..."; exit 1; fi
152152
if [[ ! -f serverless-authorizer.yml ]]; then echo "Missing serverless-authorizer.yml file. Exiting..."; exit 1; fi
153-
find . -maxdepth 3 -type f
154-
yarn sls deploy --verbose --conceal --force --stage ${STAGE} --region us-east-1 --verbose
153+
echo "find:"
154+
find bin/
155+
echo "find."
156+
yarn sls deploy --force --stage ${STAGE} --region us-east-1 --verbose
155157
156158
- name: EasyCLA v1 Service Check
157159
run: |

0 commit comments

Comments
 (0)