Point to the prod server instead of eval
Some checks failed
Jekyll / jekyll (pull_request) Failing after 36s
Some checks failed
Jekyll / jekyll (pull_request) Failing after 36s
This commit is contained in:
parent
705bfae600
commit
75e211670a
|
@ -8,7 +8,7 @@ on:
|
||||||
env:
|
env:
|
||||||
_UID: 1000
|
_UID: 1000
|
||||||
_GID: 1000
|
_GID: 1000
|
||||||
WEB_DOMAIN: lafs.eval.latfa.net
|
WEB_DOMAIN: 87b59b92.nip.io
|
||||||
WEB_USER: www
|
WEB_USER: www
|
||||||
WEB_DIR: /var/www
|
WEB_DIR: /var/www
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -18,7 +18,6 @@ jobs:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
id: checkout
|
id: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
github-server-url: 'https://forge.87b59b92.nip.io/'
|
|
||||||
- name: Change file ownership
|
- name: Change file ownership
|
||||||
id: file_ownership
|
id: file_ownership
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue