Skip to content

Commit

Permalink
chore: remove app version step
Browse files Browse the repository at this point in the history
  • Loading branch information
tshuli committed Dec 1, 2021
1 parent f4914f4 commit 1783dda
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy-eb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@ jobs:
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1

- name: Get App Version
id: get-version
run: |
versionValue=$(cat package.json | jq '.version')
appVersion="${versionValue%\"}"
appVersion="${appVersion#\"}"
- name: Build, tag, and push image to Amazon ECR
env:
ECR_REPOSITORY: ${{ secrets.ECR_REPO }}
Expand All @@ -70,7 +63,6 @@ jobs:
- name: Deploy to Elastic Beanstalk
env:
APP_VERSION: v${{ steps.get-version.outputs.app-version }}
BUCKET_NAME: ${{ secrets.BUCKET_NAME }}
APP_NAME: ${{ secrets.APP_NAME }}
DEPLOY_ENV: ${{ secrets.DEPLOY_ENV }}
Expand Down

0 comments on commit 1783dda

Please sign in to comment.