mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2026-04-30 11:37:35 +00:00
Compare commits
16
Commits
v27
..
d157f257ce
@@ -9,7 +9,7 @@ on:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
review_app:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Cloning repo
|
||||
|
||||
@@ -12,6 +12,9 @@ jobs:
|
||||
destroy_review_app:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Cloning repo
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Destroy the review app
|
||||
uses: dokku/github-action@master
|
||||
with:
|
||||
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh -l
|
||||
|
||||
echo "Running ci-post-review-app-destroy"
|
||||
+2
-2
@@ -4,7 +4,7 @@ set -eo pipefail
|
||||
[[ $TRACE ]] && set -x
|
||||
|
||||
# https://nginx.org/en/download.html
|
||||
NGINX_VERSION="1.29.3"
|
||||
NGINX_VERSION="1.29.8"
|
||||
NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz"
|
||||
# https://github.com/PCRE2Project/pcre2/releases
|
||||
PCRE_VERSION="10.47"
|
||||
@@ -12,7 +12,7 @@ PCRE_TARBALL="pcre2-${PCRE_VERSION}.tar.gz"
|
||||
# https://github.com/gliderlabs/sigil/releases
|
||||
SIGIL_VERSION="0.11.5"
|
||||
# https://github.com/madler/zlib/releases
|
||||
ZLIB_VERSION="1.3.1"
|
||||
ZLIB_VERSION="1.3.2"
|
||||
ZLIB_TARBALL="zlib-${ZLIB_VERSION}.tar.gz"
|
||||
|
||||
suppress() {
|
||||
|
||||
Reference in New Issue
Block a user