Use name and URL of actual production environment
This commit is contained in:
parent
dd9e473310
commit
45adacd5cd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -7,8 +7,8 @@ jobs:
|
||||||
runs-on: antville
|
runs-on: antville
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
name: weblogs.at
|
name: antville.org
|
||||||
url: https://weblogs.at
|
url: https://antville.org
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Copy files to production server
|
- name: Copy files to production server
|
||||||
|
|
Loading…
Add table
Reference in a new issue