This commit is contained in:
resonic-user 2025-06-15 19:58:30 +00:00
parent c655b9597a
commit 3b3ff9dfd3

View File

@ -25,6 +25,11 @@ jobs:
- name: Checkout code
- uses: actions/checkout@v4
- name: Wait for webapp to be ready
run: |
npm install --no-save wait-on
npx wait-on http://localhost:3000 --timeout 120000
- uses: docker/setup-buildx-action@v3
- name: Build ${{ matrix.service }} image
@ -52,11 +57,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Wait for webapp to be ready
run: |
npm install --no-save wait-on
npx wait-on http://localhost:3000 --timeout 120000
- name: Copy env files
run: |
cp webapp/.env.template webapp/.env