mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 06:05:37 +03:00
Merge branch 'develop'
This commit is contained in:
commit
2398c58a02
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:"
|
||||
run: cd linux/ecosystem/nginx/latest/mainline/rtmp-hls && pwd && make build && make deploy
|
||||
|
||||
- name: "Build and Deploy NginX (quic, http3) Image:"
|
||||
run: cd linux/ecosystem/nginx/latest/quic/main && pwd && make build && make deploy
|
||||
# - name: "Build and Deploy NginX (quic, http3) Image:"
|
||||
# run: cd linux/ecosystem/nginx/latest/quic/main && pwd && make build && make deploy
|
||||
|
||||
- name: "Build and Deploy NginX (quic, http3) + PHP7.4 Image:"
|
||||
run: cd linux/ecosystem/nginx/latest/quic/php && pwd && make build && make deploy
|
||||
# - name: "Build and Deploy NginX (quic, http3) + PHP7.4 Image:"
|
||||
# run: cd linux/ecosystem/nginx/latest/quic/php && pwd && make build && make deploy
|
||||
|
||||
- name: "Build and Deploy NginX (quic, http3) + RTMP-HLS Image:"
|
||||
run: cd linux/ecosystem/nginx/latest/quic/rtmp-hls && pwd && make build && make deploy
|
||||
# - name: "Build and Deploy NginX (quic, http3) + RTMP-HLS Image:"
|
||||
# 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-buster-images
|
||||
make ecosystem-debian-bullseye-images
|
||||
# make ecosystem-debian-bookworm-images
|
||||
make ecosystem-debian-bookworm-images
|
||||
|
||||
ecosystem-debian-squeeze-images:
|
||||
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/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/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/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/php && pwd && make build && make deploy
|
||||
# cd `pwd`/linux/ecosystem/nginx/latest/quic/rtmp-hls && pwd && make build && make deploy
|
||||
|
||||
ecosystem-vscode-server-images:
|
||||
cd `pwd`/linux/advanced/vscode-server/latest && pwd && make build && make deploy
|
||||
|
Loading…
Reference in New Issue
Block a user