diff --git a/.github/workflows/deploy-preprod.yml b/.github/workflows/deploy-preprod.yml index b5bdae036..ecce2fb28 100644 --- a/.github/workflows/deploy-preprod.yml +++ b/.github/workflows/deploy-preprod.yml @@ -41,6 +41,9 @@ jobs: role-session-name: GitHubActionsDeployPreprod aws-region: us-east-1 + - name: Create empty .env file + run: touch .env + - name: Build static assets env: EMBED_SERVICE_HOSTNAME: preprod.pol.is