diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index e78c61b..9ef3036 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -13,12 +13,13 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - with: - github-server-url: 'https://teasanctuary.ru/git' - name: Install dependencies run: npm i --include=dev + - name: Populate the .env file + run: echo PUBLIC_TS_DISCORD=${{ env.PUBLIC_TS_DISCORD }} >> .env + - name: Build frontend run: npm run build