Skip to content

Commit 13bf694

Browse files
Try to fix the deployment
Signed-off-by: Łukasz Gryglicki <[email protected]>
1 parent c5ec36f commit 13bf694

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ 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-
yarn sls deploy --force --stage ${STAGE} --region us-east-1 --verbose
153+
find . -maxdepth 3 -type f
154+
yarn sls deploy --verbose --conceal --force --stage ${STAGE} --region us-east-1 --verbose
154155
155156
- name: EasyCLA v1 Service Check
156157
run: |

0 commit comments

Comments
 (0)