Skip to content

Commit

Permalink
Search for zip files instead
Browse files Browse the repository at this point in the history
  • Loading branch information
mvitale1989 committed Dec 7, 2023
1 parent 6f041fe commit 0750c7f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.MM_MARKETPLACE_AWS_SECRET_ACCESS_KEY_STAGING }}
run: |
serverless deploy function -f server --stage staging --verbose
find ${HOME}/.serverless || :
find /__w/_temp/_github_home/.serverless || :
env | grep serverless || :
find / -name '*.zip' || :
- name: deploy/production-branch
if: ${{ github.ref_name == 'production' }}
env:
Expand Down

0 comments on commit 0750c7f

Please sign in to comment.