Merge pull request 'fix' (#2) from task/refactoring into main
Some checks failed
Deploy Stage / deploy (push) Failing after 4s
Some checks failed
Deploy Stage / deploy (push) Failing after 4s
Reviewed-on: #2
This commit is contained in:
commit
1873054299
2
.github/workflows/deploy-production.yaml
vendored
2
.github/workflows/deploy-production.yaml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: env=stage make start;
|
run: env=production make start;
|
||||||
- name: Wait
|
- name: Wait
|
||||||
run: sleep 120
|
run: sleep 120
|
||||||
- name: Clean
|
- name: Clean
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
version: "3.9"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
backend:
|
backend:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user