Skip to content

Commit

Permalink
Merge pull request #82 from kool-dev/deprecate_old_versions
Browse files Browse the repository at this point in the history
Deprecate Old Versions
  • Loading branch information
dbpolito authored Sep 13, 2023
2 parents 76a1d5e + 3c13670 commit f2cc8ef
Show file tree
Hide file tree
Showing 118 changed files with 9 additions and 2,488 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
name: CI/CD

on: [push, workflow_dispatch]
on:
push:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
version: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
version: ['7.4', '8.0', '8.1', '8.2']
type: ['', '-prod']

steps:
Expand Down
62 changes: 0 additions & 62 deletions 7.1-nginx-prod/Dockerfile

This file was deleted.

53 changes: 0 additions & 53 deletions 7.1-nginx-prod/default.tmpl

This file was deleted.

25 changes: 0 additions & 25 deletions 7.1-nginx-prod/entrypoint

This file was deleted.

12 changes: 0 additions & 12 deletions 7.1-nginx-prod/supervisor.conf

This file was deleted.

62 changes: 0 additions & 62 deletions 7.1-nginx/Dockerfile

This file was deleted.

53 changes: 0 additions & 53 deletions 7.1-nginx/default.tmpl

This file was deleted.

34 changes: 0 additions & 34 deletions 7.1-nginx/entrypoint

This file was deleted.

12 changes: 0 additions & 12 deletions 7.1-nginx/supervisor.conf

This file was deleted.

Loading

0 comments on commit f2cc8ef

Please sign in to comment.