mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
Edit IP in workflow config
This commit is contained in:
parent
bcaf09cf02
commit
b0ddba9bc8
2
.github/config.workflow.toml
vendored
2
.github/config.workflow.toml
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
[database]
|
[database]
|
||||||
host = "localhost"
|
host = "0.0.0.0"
|
||||||
port = 5432
|
port = 5432
|
||||||
username = "lysand"
|
username = "lysand"
|
||||||
password = "lysand"
|
password = "lysand"
|
||||||
|
|
|
||||||
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -36,10 +36,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
bun install
|
bun install
|
||||||
|
|
||||||
- name: Show DOcker PS
|
|
||||||
run: |
|
|
||||||
docker ps
|
|
||||||
|
|
||||||
- name: Move workflow config to config folder
|
- name: Move workflow config to config folder
|
||||||
run: |
|
run: |
|
||||||
mv .github/config.workflow.toml config/config.toml
|
mv .github/config.workflow.toml config/config.toml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue