-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c198d0c
commit 7a2fa9c
Showing
2 changed files
with
0 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,6 @@ jobs: | |
|
||
- name: Deploy to Netlify 🚀 | ||
uses: data-intuitive/netlify-deploy-site@v1 | ||
if: github.ref == 'refs/head/main' | ||
with: | ||
auth: ${{ secrets.NETLIFY_AUTH_TOKEN }} | ||
site: ${{ env.NETLIFY_SITE_ID }} | ||
|
@@ -51,7 +50,6 @@ jobs: | |
|
||
- name: Deploy preview to VirusBank | ||
id: deploy_virusbank | ||
if: github.ref == 'refs/head/main' | ||
uses: SamKirkland/[email protected] | ||
with: | ||
server: ftp.virusbankplatformorg.webhosting.be | ||
|
@@ -60,17 +58,3 @@ jobs: | |
local-dir: './_site/' | ||
log-level: standard | ||
# dangerous-clean-slate: true | ||
|
||
- uses: thollander/actions-comment-pull-request@v2 | ||
if: github.event_name == 'pull_request' | ||
with: | ||
message: | | ||
[![Deploy: success](https://img.shields.io/badge/Deploy-success-success)](${{ steps.deploy_preview.outputs.deploy-url }}) | ||
comment_tag: deploy_status | ||
|
||
- uses: thollander/actions-comment-pull-request@v2 | ||
if: github.event_name == 'pull_request' && failure() | ||
with: | ||
message: | | ||
[![Deploy: failure](https://img.shields.io/badge/Deploy-failure-critical)]${{ steps.deploy_preview.outputs.logs }}) | ||
comment_tag: deploy_status |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ on: | |
- opened | ||
- reopened | ||
- synchronize | ||
- closed | ||
|
||
name: Render and deploy to Netlify | ||
|
||
|