Skip to content

Commit

Permalink
remove unused env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nd996 committed Jan 30, 2024
1 parent 10124f2 commit cf99419
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-west-1

- name: Configure environment name
id: env-name
env:
REPO: ${{ github.repository }}
run: |
ENVIRONMENT=`echo $REPO | tr "/" "-"`
echo "Environment name: $ENVIRONMENT"
echo "environment=$ENVIRONMENT" >> $GITHUB_OUTPUT
- name: Deploy to AWS CloudFormation
id: cf-infra
uses: aws-actions/aws-cloudformation-github-deploy@v1
Expand Down

0 comments on commit cf99419

Please sign in to comment.