mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
refactor: clean up build preview workflow by removing commented deployment steps
- Removed commented-out deployment steps for Cloudflare Pages to enhance clarity and focus on the build process. - Maintained the artifact upload step to ensure build outputs are preserved.
This commit is contained in:
parent
e885e2be29
commit
46664e05d5
9
.github/workflows/build-preview.yml
vendored
9
.github/workflows/build-preview.yml
vendored
@ -27,15 +27,6 @@ jobs:
|
||||
- name: Build
|
||||
working-directory: app
|
||||
run: pnpm build
|
||||
# - name: Deploy to Cloudflare Pages
|
||||
# uses: AdrianGonz97/refined-cf-pages-action@v1
|
||||
# with:
|
||||
# apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
# accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
# githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
# projectName: ${{ secrets.CLOUDFLARE_PROJECT_NAME }}
|
||||
# deploymentName: Preview
|
||||
# directory: app/dist
|
||||
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
Loading…
Reference in New Issue
Block a user