mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -04:00
Add main netlify deployment on GH actions
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
720bdefb66
commit
757f957e0a
4 changed files with 88 additions and 1 deletions
15
netlify/deploy-main.sh
Normal file
15
netlify/deploy-main.sh
Normal file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/bash
|
||||
|
||||
# SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
json=$(yarn netlify deploy --build --prod --json --message "${1:0:8}: $2")
|
||||
|
||||
echo "${json}"
|
||||
|
||||
url=$(echo "${json}" | jq -r .deploy_url)
|
||||
logs=$(echo "${json}" | jq -r .logs)
|
||||
|
||||
echo "::set-output name=url::${url}"
|
||||
echo "::set-output name=logs::${logs}"
|
Loading…
Add table
Add a link
Reference in a new issue