mirror of
https://github.com/w0rng/amnezia-wg-easy.git
synced 2025-04-26 21:30:19 +03:00
dev env
This commit is contained in:
parent
6ddc5cdea3
commit
dae700ef3d
2 changed files with 3 additions and 3 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -21,8 +21,6 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
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
|
||||||
|
|
|
@ -4,4 +4,6 @@ services:
|
||||||
image: wg-easy
|
image: wg-easy
|
||||||
command: npm run serve
|
command: npm run serve
|
||||||
volumes:
|
volumes:
|
||||||
- ./src/:/app/
|
- ./src/:/app/
|
||||||
|
environment:
|
||||||
|
- PASSWORD=p
|
Loading…
Add table
Add a link
Reference in a new issue