Skip to content

fix: update uphold cert fingerprint (#2185) #923

fix: update uphold cert fingerprint (#2185)

fix: update uphold cert fingerprint (#2185) #923

on:
push:
branches:
- master
- dev
- prod
name: Generalized Deployments
jobs:
push:
name: Invoke General Docker Build Pipeline
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
with:
aws-access-key-id: ${{ secrets.GDBP_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.GDBP_AWS_SECRET_ACCESS_KEY }}
aws-region: us-west-2
- name: Override GITHUB_REF and thus ECR destination for master
run: echo "GITHUB_REF_OVERRIDE=refs/heads/dev" >> $GITHUB_ENV
if: ${{ github.ref == 'refs/heads/master' }}
- name: Generalized Deployments
uses: brave-intl/[email protected]