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
|
||||
|
||||
environment:
|
||||
name: weblogs.at
|
||||
url: https://weblogs.at
|
||||
name: antville.org
|
||||
url: https://antville.org
|
||||
|
||||
steps:
|
||||
- name: Copy files to production server
|
||||
|
|
Loading…
Add table
Reference in a new issue