diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index 29e95f70a..be8c27110 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -34,11 +34,7 @@ jobs: run: | mv build/web public mv .env public/.env - - name: Build Website - run: | - mv build/web public cp public/.env public/.env-staging - - run: cat public/.env - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: diff --git a/.gitignore b/.gitignore index 6f1d4f585..ef7038f03 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ .svn/ prime *.env +!/public/.env # libolm package /assets/js/package