mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-24 18:13:06 +00:00
Compare commits
No commits in common. "14c274186a571a2971bd12fb560fe2a1156b7a4f" and "e26103764ec23c73c415afb2bc9457e306cc7def" have entirely different histories.
14c274186a
...
e26103764e
26
.github/workflows/build.yml
vendored
26
.github/workflows/build.yml
vendored
@ -1,26 +0,0 @@
|
||||
---
|
||||
name: 'review-app'
|
||||
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
review_app:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Cloning repo
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Push to dokku
|
||||
uses: dokku/github-action@master
|
||||
with:
|
||||
git_remote_url: 'ssh://dokku@dokku.com/nginx-buildpack'
|
||||
# specify `--force` as a flag for git pushes
|
||||
git_push_flags: '--force'
|
||||
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
@ -3,13 +3,13 @@
|
||||
set -eo pipefail
|
||||
[[ $TRACE ]] && set -x
|
||||
|
||||
NGINX_VERSION="1.25.2"
|
||||
NGINX_VERSION="1.23.1"
|
||||
NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz"
|
||||
PCRE_VERSION="10.42"
|
||||
PCRE_VERSION="10.40"
|
||||
PCRE_TARBALL="pcre2-${PCRE_VERSION}.tar.gz"
|
||||
SIGIL_VERSION="0.10.1"
|
||||
SIGIL_VERSION="0.9.0"
|
||||
SIGIL_TARBALL="gliderlabs-sigil_${SIGIL_VERSION}_linux_amd64.tgz"
|
||||
ZLIB_VERSION="1.3"
|
||||
ZLIB_VERSION="1.2.12"
|
||||
ZLIB_TARBALL="zlib-${ZLIB_VERSION}.tar.gz"
|
||||
|
||||
suppress() {
|
||||
|
Loading…
Reference in New Issue
Block a user