diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 3f38cb1..947e0ff 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -49,4 +49,5 @@ jobs: --account-name fedeploy \ --destination '$web' \ --source ./dist \ - --overwrite \ No newline at end of file + --auth-mode login \ + --overwrite