Compare commits
1 commit
976fdb016c
...
b3ff444753
| Author | SHA1 | Date | |
|---|---|---|---|
|
b3ff444753 |
1 changed files with 2 additions and 2 deletions
|
|
@ -34,12 +34,12 @@ jobs:
|
|||
|
||||
- name: Patch baseURL (for now)
|
||||
run: |
|
||||
sed -i 's#baseurl = "https://crytoparty-hamburg.de"#baseurl = "https://cryptoparty.hamburg.ccc.de"#' config.toml
|
||||
sed -i 's#baseurl = "https://cryptoparty-hamburg.de"#baseurl = "https://cryptoparty.hamburg.ccc.de"#' config.toml
|
||||
|
||||
- name: Patch baseURL (staging only)
|
||||
if: github.ref_name != 'master'
|
||||
run: |
|
||||
sed -i 's#baseurl = "https://crytoparty.hamburg.ccc.de.de"#baseurl = "https://staging.cryptoparty.hamburg.ccc.de/pr${{ github.event.pull_request.number }}/"#' config.toml
|
||||
sed -i 's#baseurl = "https://cryptoparty.hamburg.ccc.de.de"#baseurl = "https://staging.cryptoparty.hamburg.ccc.de/pr${{ github.event.pull_request.number }}/"#' config.toml
|
||||
|
||||
- name: Build website (prod)
|
||||
if: (github.event_name == 'push' || github.event_name == 'schedule') && github.ref_name == 'master'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue