diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 85f88f60..60323ed3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -15,7 +15,7 @@ permissions: jobs: push: runs-on: ubuntu-latest - environment: Production + environment: Production steps: - name: Checkout uses: actions/checkout@v4 @@ -40,7 +40,7 @@ jobs: - name: Push to GHCR run: docker push ghcr.io/decatur-robotics/gearbox:latest - - name: install-aws-cli-action + - name: Install AWS CLI uses: unfor19/install-aws-cli-action@v1 - name: Configure AWS