Skip to content

chore(deps): bump vue from 2.7.16 to 3.0.0 #138

chore(deps): bump vue from 2.7.16 to 3.0.0

chore(deps): bump vue from 2.7.16 to 3.0.0 #138

Workflow file for this run

name: pull-request
on:
pull_request:
branches: [ master, develop ]
jobs:
validate:
uses: ./.github/workflows/_validate-npm.yml
publish:
uses: aeternity/github-actions/.github/workflows/_publish-ecr.yml@v2.3.1
needs: [ validate ]
secrets: inherit
with:
BUILD_ARGS: REVISION=${{ github.sha }}
deploy:
uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v2.3.1
needs: [publish]
secrets: inherit
with:
DEPLOY_ENV: stg
DEPLOY_APP: ${{ github.event.repository.name }}
DEPLOY_VERSION: "pr-${{ github.event.number }}"
DEPLOY_SUBDOMAIN: "pr-${{ github.event.number }}-base"