mirror of
https://github.com/WeeJeWel/wg-easy.git
synced 2024-12-22 17:19:23 +08:00
dev env
This commit is contained in:
parent
6ddc5cdea3
commit
dae700ef3d
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -22,8 +22,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: production
|
ref: production
|
||||||
|
|
||||||
- uses: benjlevesque/short-sha@v1.2
|
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v1
|
||||||
|
|
||||||
|
@ -5,3 +5,5 @@ services:
|
|||||||
command: npm run serve
|
command: npm run serve
|
||||||
volumes:
|
volumes:
|
||||||
- ./src/:/app/
|
- ./src/:/app/
|
||||||
|
environment:
|
||||||
|
- PASSWORD=p
|
Loading…
Reference in New Issue
Block a user