this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿง‘โ€๐Ÿ’ป Add deployment message for netlify

+4
+4
.github/workflows/deploy.yml
··· 29 29 bun-version-file: .bun-version 30 30 - name: Install dependencies 31 31 run: bun install --frozen-lockfile 32 + 32 33 - name: Build site 33 34 run: bun run build 34 35 env: 35 36 LANG: ${{ matrix.lang }} 36 37 LOCALE: ${{ matrix.locale }} 37 38 BUILD_COMMIT: ${{ github.sha }} 39 + 38 40 - name: Deploy to Netlify 39 41 run: bunx netlify deploy 40 42 --prod ··· 42 44 --dir=dist 43 45 --site=${{ matrix.lang }}.gwen.works 44 46 --auth=${{ secrets.NETLIFY_TOKEN }} 47 + --message="${{ github.ref_name }}@${{ github.sha }}" 48 + 45 49 - name: check if ${{ github.sha }} is deployed on ${{ matrix.lang }}.gwen.works 46 50 run: | 47 51 wget https://${{ matrix.lang }}.gwen.works/