Skip to content

Commit

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

0 comments on commit ca265bd

Please sign in to comment.