Compare commits
No commits in common. "187305429986ee88cea263a5ba1d11073c98b1e9" and "df84cf89c06b594f7cceac7102fa3c6f5b38d4c4" have entirely different histories.
1873054299
...
df84cf89c0
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=production make start;
|
run: env=stage make start;
|
||||||
- name: Wait
|
- name: Wait
|
||||||
run: sleep 120
|
run: sleep 120
|
||||||
- name: Clean
|
- name: Clean
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
version: "3.9"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
backend:
|
backend:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user