fix staging baseURL, switch to release for production deployment
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

master v1.2
B Kleinen 3 years ago
parent da70660f21
commit 0e6413bffc

@ -1,11 +1,11 @@
name: Deploy Production name: Deploy Production
on:
push:
tags:
- 'v*'
#on: #on:
# release: # push:
# types: [published] # tags:
# - 'v*'
on:
release:
types: [published]
jobs: jobs:
deploy: deploy:

@ -1,4 +1,4 @@
baseURL = "https://seuh2022.github.io/seuh2022" baseURL = "https://seuh2022.github.io/seuh2022/"
title = "STAGING --- SEUH 2022" title = "STAGING --- SEUH 2022"
[params] [params]

Loading…
Cancel
Save