mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-12 22:57:55 +03:00
make - autocommit
This commit is contained in:
parent
9a7cf4c8b9
commit
b16dd0aaaa
12
.github/workflows/epicmorg.base.images.web.yml
vendored
12
.github/workflows/epicmorg.base.images.web.yml
vendored
@ -96,14 +96,14 @@ jobs:
|
|||||||
- name: "Build and Deploy NginX + RTMP-HLS Image:"
|
- name: "Build and Deploy NginX + RTMP-HLS Image:"
|
||||||
run: cd linux/ecosystem/nginx/latest/mainline/rtmp-hls && pwd && make build && make deploy
|
run: cd linux/ecosystem/nginx/latest/mainline/rtmp-hls && pwd && make build && make deploy
|
||||||
|
|
||||||
- name: "Build and Deploy NginX (quic, http3) Image:"
|
# - name: "Build and Deploy NginX (quic, http3) Image:"
|
||||||
run: cd linux/ecosystem/nginx/latest/quic/main && pwd && make build && make deploy
|
# run: cd linux/ecosystem/nginx/latest/quic/main && pwd && make build && make deploy
|
||||||
|
|
||||||
- name: "Build and Deploy NginX (quic, http3) + PHP7.4 Image:"
|
# - name: "Build and Deploy NginX (quic, http3) + PHP7.4 Image:"
|
||||||
run: cd linux/ecosystem/nginx/latest/quic/php && pwd && make build && make deploy
|
# run: cd linux/ecosystem/nginx/latest/quic/php && pwd && make build && make deploy
|
||||||
|
|
||||||
- name: "Build and Deploy NginX (quic, http3) + RTMP-HLS Image:"
|
# - name: "Build and Deploy NginX (quic, http3) + RTMP-HLS Image:"
|
||||||
run: cd linux/ecosystem/nginx/latest/quic/rtmp-hls && pwd && make build && make deploy
|
# run: cd linux/ecosystem/nginx/latest/quic/rtmp-hls && pwd && make build && make deploy
|
||||||
|
|
||||||
##################################################################################
|
##################################################################################
|
||||||
|
|
||||||
|
8
Makefile
8
Makefile
@ -245,7 +245,7 @@ ecosystem-debian-images:
|
|||||||
make ecosystem-debian-stretch-images
|
make ecosystem-debian-stretch-images
|
||||||
make ecosystem-debian-buster-images
|
make ecosystem-debian-buster-images
|
||||||
make ecosystem-debian-bullseye-images
|
make ecosystem-debian-bullseye-images
|
||||||
# make ecosystem-debian-bookworm-images
|
make ecosystem-debian-bookworm-images
|
||||||
|
|
||||||
ecosystem-debian-squeeze-images:
|
ecosystem-debian-squeeze-images:
|
||||||
cd `pwd`/linux/ecosystem/epicmorg/debian/06-squeeze/slim && pwd && make build && make deploy
|
cd `pwd`/linux/ecosystem/epicmorg/debian/06-squeeze/slim && pwd && make build && make deploy
|
||||||
@ -471,9 +471,9 @@ ecosystem-nginx-images:
|
|||||||
cd `pwd`/linux/ecosystem/nginx/latest/mainline/main && pwd && make build && make deploy
|
cd `pwd`/linux/ecosystem/nginx/latest/mainline/main && pwd && make build && make deploy
|
||||||
cd `pwd`/linux/ecosystem/nginx/latest/mainline/php && pwd && make build && make deploy
|
cd `pwd`/linux/ecosystem/nginx/latest/mainline/php && pwd && make build && make deploy
|
||||||
cd `pwd`/linux/ecosystem/nginx/latest/mainline/rtmp-hls && pwd && make build && make deploy
|
cd `pwd`/linux/ecosystem/nginx/latest/mainline/rtmp-hls && pwd && make build && make deploy
|
||||||
cd `pwd`/linux/ecosystem/nginx/latest/quic/main && pwd && make build && make deploy
|
# cd `pwd`/linux/ecosystem/nginx/latest/quic/main && pwd && make build && make deploy
|
||||||
cd `pwd`/linux/ecosystem/nginx/latest/quic/php && pwd && make build && make deploy
|
# cd `pwd`/linux/ecosystem/nginx/latest/quic/php && pwd && make build && make deploy
|
||||||
cd `pwd`/linux/ecosystem/nginx/latest/quic/rtmp-hls && pwd && make build && make deploy
|
# cd `pwd`/linux/ecosystem/nginx/latest/quic/rtmp-hls && pwd && make build && make deploy
|
||||||
|
|
||||||
ecosystem-vscode-server-images:
|
ecosystem-vscode-server-images:
|
||||||
cd `pwd`/linux/advanced/vscode-server/latest && pwd && make build && make deploy
|
cd `pwd`/linux/advanced/vscode-server/latest && pwd && make build && make deploy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user