fix
This commit is contained in:
parent
a7ab7e7f71
commit
4ec237eb0e
2
.github/workflows/deploy-production.yaml
vendored
2
.github/workflows/deploy-production.yaml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Deploy
|
||||
run: env=stage make start;
|
||||
run: env=production make start;
|
||||
- name: Wait
|
||||
run: sleep 120
|
||||
- name: Clean
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
version: "3.9"
|
||||
|
||||
services:
|
||||
backend:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user