Skip to content

Commit 6f21704

Browse files
Merge pull request #4568 from communitybridge/unicron-fix-dev-deploy
Try to fix the deployment
2 parents c5ec36f + 13bf694 commit 6f21704

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)