Skip to content

Commit

Permalink
Comment only changes and add a github action to run CI upon making a …
Browse files Browse the repository at this point in the history
…new 'vXYZ' tag.
  • Loading branch information
jonasbardino committed Mar 21, 2024
1 parent dca2e8c commit afe7e84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ on:
- '1.gocd.yml'
- '.gitignore'

push:
branches:
- master
tags:
- v**

jobs:
defaults:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions docker-compose_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ services:
read_only: true
command: /app/docker-entry.sh -k

# NOTE: not used in stand-alone mode
# NOTE: not used in stand-alone production mode
# nginx-proxy:
# image: jwilder/nginx-proxy
# container_name: nginx-proxy
Expand All @@ -234,7 +234,7 @@ services:
# # - "443:443"
# volumes:
# - /var/run/docker.sock:/tmp/docker.sock:ro
# - ./nginx-proxy-production.conf:/etc/nginx/conf.d/migrid.conf
# - ./nginx-proxy-development.conf:/etc/nginx/conf.d/migrid.conf
# - ./nginx-harden-https.conf:/etc/nginx/harden-https.conf
# - ./certs/MiG/site/server.crt:/etc/nginx/certs/server.crt
# - ./certs/dhparams.pem:/etc/nginx/dhparam/dhparam.pem
Expand Down

0 comments on commit afe7e84

Please sign in to comment.