mirror of
https://github.com/WeeJeWel/wg-easy.git
synced 2024-11-17 16:09: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
@ -21,8 +21,6 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: production
|
||||
|
||||
- uses: benjlevesque/short-sha@v1.2
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
@ -4,4 +4,6 @@ services:
|
||||
image: wg-easy
|
||||
command: npm run serve
|
||||
volumes:
|
||||
- ./src/:/app/
|
||||
- ./src/:/app/
|
||||
environment:
|
||||
- PASSWORD=p
|
Loading…
Reference in New Issue
Block a user