diff --git a/.github/workflows/deploy_fastapi_backend.yml b/.github/workflows/deploy_fastapi_backend.yml index d46d2c7d..9833bbd5 100644 --- a/.github/workflows/deploy_fastapi_backend.yml +++ b/.github/workflows/deploy_fastapi_backend.yml @@ -42,4 +42,4 @@ jobs: aws-region: eu-west-2 - name: Deploy to AWS Lambda via Serverless - run: cd backend && sls deploy --stage ${{ github.ref_name }} --aws-profile + run: cd backend && sls deploy --stage ${{ github.ref_name }}