diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b130fec..959280e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: - name: Push Docker image run: docker push ${{ secrets.DOCKER_USERNAME }}/hanalink-react:latest - - name: Configure AWS credentials + - name: Configure AWS credentials run: | aws configure set aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} aws configure set aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }}