Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
ci: add deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mittelblut9 committed Dec 20, 2023
1 parent 381d4d0 commit 6cd9ea8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,19 @@ name: Website Deployment
on:
release:
types: [published]
push:
branches: [master]

jobs:
deploy:
runs-on: mittelbots

steps:
- name: Node.js 20.04
uses: actions/setup-node@v4
with:
node-version: 20

- name: Checkout code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 6cd9ea8

Please sign in to comment.