Skip to content

Commit 04690b1

Browse files
committed
Remove old & now unused netlify deploy
1 parent a0dbb8e commit 04690b1

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -75,36 +75,6 @@ jobs:
7575
env:
7676
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # To pull server without rate limit issues in CI
7777

78-
publish-netlify:
79-
name: Deploy ${{ (github.ref == 'refs/heads/main' && 'to Netlify production') || 'Netlify preview' }}
80-
if: github.event_name == 'push'
81-
runs-on: ubuntu-latest
82-
needs: build
83-
steps:
84-
- uses: actions/checkout@v4
85-
86-
- uses: actions/download-artifact@v4
87-
with:
88-
name: dist
89-
path: dist
90-
91-
- name: Deploy to Netlify
92-
uses: nwtgck/actions-netlify@v3
93-
with:
94-
publish-dir: './dist'
95-
production-branch: main # Main goes to prod, others do deploy previews
96-
github-token: ${{ secrets.GITHUB_TOKEN }}
97-
deploy-message: GHA Deploy - ${{ github.event.head_commit.message }}
98-
enable-commit-status: true
99-
enable-pull-request-comment: false
100-
enable-commit-comment: false
101-
netlify-config-path: ./netlify.toml
102-
alias: ${{ github.sha }}
103-
env:
104-
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
105-
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
106-
timeout-minutes: 1
107-
10878
publish-docker:
10979
name: Build & publish container to Docker Hub
11080
if: github.event_name == 'push' && !startsWith(github.ref, 'refs/heads/dependabot/')

0 commit comments

Comments
 (0)