diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 54deeb04..5952fd51 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,21 +47,21 @@ jobs: - name: 📥 Install Backend and Sources uses: ./.github/actions/backend - - name: 📥 Install Frontend - uses: ./.github/actions/frontend + # - name: 📥 Install Frontend + # uses: ./.github/actions/frontend + + # - name: 🗒️ Create Frontend .env + # run: | + # touch .env + # echo NEXT_PUBLIC_USER_POOL_ID=${{ secrets.USER_POOL_ID }} >> .env + # echo NEXT_PUBLIC_USER_POOL_CLIENT_ID=${{ secrets.USER_POOL_CLIENT_ID }} >> .env + # echo NEXT_PUBLIC_APPSYNC_API_ENDPOINT=${{ secrets.APPSYNC_API_ENDPOINT }} >> .env + # echo NEXT_PUBLIC_APPSYNC_REGION=${{ secrets.REGION }} >> .env + # working-directory: frontend - - name: 🗒️ Create Frontend .env - run: | - touch .env - echo NEXT_PUBLIC_USER_POOL_ID=${{ secrets.USER_POOL_ID }} >> .env - echo NEXT_PUBLIC_USER_POOL_CLIENT_ID=${{ secrets.USER_POOL_CLIENT_ID }} >> .env - echo NEXT_PUBLIC_APPSYNC_API_ENDPOINT=${{ secrets.APPSYNC_API_ENDPOINT }} >> .env - echo NEXT_PUBLIC_APPSYNC_REGION=${{ secrets.REGION }} >> .env - working-directory: frontend - - - name: 🏗 Build Frontend - run: npm run build-frontend - working-directory: infrastructure + # - name: 🏗 Build Frontend + # run: npm run build-frontend + # working-directory: infrastructure - name: 🗒️ Create Infrastructure .env run: |