Skip to content

Commit

Permalink
Update Github actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tverbeiren committed Dec 7, 2023
1 parent c198d0c commit 7a2fa9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/release-to-virusbank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand All @@ -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
1 change: 0 additions & 1 deletion .github/workflows/release_to_netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- opened
- reopened
- synchronize
- closed

name: Render and deploy to Netlify

Expand Down

0 comments on commit 7a2fa9c

Please sign in to comment.