Skip to content

Commit

Permalink
Perform one last test deploy of staging code
Browse files Browse the repository at this point in the history
  • Loading branch information
mvitale1989 committed Dec 7, 2023
1 parent 869426d commit 166fcb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
retention-days: 2

deploy:
if: ${{ github.repository == 'mattermost/mattermost-marketplace' && (github.ref_name == 'master' || github.ref_name == 'production') }}
if: ${{ github.repository == 'mattermost/mattermost-marketplace' && (github.ref_name == 'cld-6708-test-deploy' || github.ref_name == 'production') }}
runs-on: ubuntu-22.04
container: node:20
needs:
Expand All @@ -62,7 +62,7 @@ jobs:
- name: deploy/set-artifact-permissions
run: chmod +x dist/*
- name: deploy/master-branch
if: ${{ github.ref_name == 'master' }}
if: ${{ github.ref_name == 'cld-6708-test-deploy' }}
env:
AWS_ACCESS_KEY_ID: ${{ secrets.MM_MARKETPLACE_AWS_ACCESS_KEY_ID_STAGING }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.MM_MARKETPLACE_AWS_SECRET_ACCESS_KEY_STAGING }}
Expand Down

0 comments on commit 166fcb5

Please sign in to comment.