Skip to content

Commit c599088

Browse files
Copilotmmcky
andcommitted
Remove Netlify preview deployment from collab.yml workflow
Co-authored-by: mmcky <[email protected]>
1 parent 1b82b7d commit c599088

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/collab.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,3 @@ jobs:
4646
with:
4747
name: execution-reports
4848
path: _build/html/reports
49-
- name: Install Node.js and Netlify CLI
50-
shell: bash -l {0}
51-
run: |
52-
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
53-
apt-get install -y nodejs
54-
npm install -g netlify-cli
55-
- name: Preview Deploy to Netlify
56-
shell: bash -l {0}
57-
run: |
58-
netlify deploy \
59-
--dir _build/html/ \
60-
--site ${{ secrets.NETLIFY_SITE_ID }} \
61-
--auth ${{ secrets.NETLIFY_AUTH_TOKEN }} \
62-
--alias collab-pr-${{ github.event.pull_request.number }} \
63-
--context deploy-preview \
64-
--message "Collab Preview Deploy from GitHub Actions PR #${{ github.event.pull_request.number }} (commit: ${{ github.sha }})" \
65-
--json
66-
env:
67-
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
68-
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

0 commit comments

Comments
 (0)