File tree Expand file tree Collapse file tree 5 files changed +24
-13
lines changed Expand file tree Collapse file tree 5 files changed +24
-13
lines changed Original file line number Diff line number Diff line change 1- # ## This is the Terraform-generated dev-build.yml workflow for the docker-matomo-dev app repository ###
2- # ## If this is a Lambda repo, uncomment the FUNCTION line at the end of the document ###
3- # ## If the container requires any additional pre-build commands, uncomment and edit ###
4- # ## the PREBUILD line at the end of the document. ###
1+ # ## This is the Terraform-generated dev-build.yml workflow for the ###
2+ # ## docker-matomo-dev app repository. ###
3+ # ## If this is a Lambda repo, uncomment the FUNCTION line at the end of the ###
4+ # ## document. If the container requires any additional pre-build commands, ###
5+ # ## uncomment and edit the PREBUILD line at the end of the document. ###
56name : Dev Container Build and Deploy
67on :
78 workflow_dispatch :
1112 paths-ignore :
1213 - ' .github/**'
1314
15+ permissions : read-all
16+
1417jobs :
1518 deploy :
1619 name : Dev Container Deploy
Original file line number Diff line number Diff line change 1- # ## This is the Terraform-generated prod-promote.yml workflow for the docker-matomo-prod repository. ###
2- # ## If this is a Lambda repo, uncomment the FUNCTION line at the end of the document. ###
1+ # ## This is the Terraform-generated prod-promote.yml workflow for the ###
2+ # ## docker-matomo-prod repository. ###
3+ # ## If this is a Lambda repo, uncomment the FUNCTION line at the end of the ###
4+ # ## document. ###
35name : Prod Container Promote
46on :
57 workflow_dispatch :
68 release :
79 types : [published]
810
11+ permissions : read-all
12+
913jobs :
1014 deploy :
1115 name : Prod Container Promote
Original file line number Diff line number Diff line change 1- # ## This is the Terraform-generated dev-build.yml workflow for the docker-matomo-stage app repository ###
2- # ## If this is a Lambda repo, uncomment the FUNCTION line at the end of the document ###
3- # ## If the container requires any additional pre-build commands, uncomment and edit ###
4- # ## the PREBUILD line at the end of the document. ###
1+ # ## This is the Terraform-generated dev-build.yml workflow for the ###
2+ # ## docker-matomo-stage app repository. ###
3+ # ## If this is a Lambda repo, uncomment the FUNCTION line at the end of the ###
4+ # ## document. If the container requires any additional pre-build commands, ###
5+ # ## uncomment and edit the PREBUILD line at the end of the document. ###
56name : Stage Container Build and Deploy
67on :
78 workflow_dispatch :
1112 paths-ignore :
1213 - ' .github/**'
1314
15+ permissions : read-all
16+
1417jobs :
1518 deploy :
1619 name : Stage Container Deploy
Original file line number Diff line number Diff line change 11.env
22** /.DS_Store
3+ temp /
Original file line number Diff line number Diff line change 11.PHONY : help dist-dev publish-dev dist-stage publish-stage
22SHELL =/bin/bash
33# ## This is the Terraform-generated header for docker-matomo-dev. If ###
4- # ## this is a Lambda repo, uncomment the FUNCTION line below ###
5- # ## and review the other commented lines in the document. ###
4+ # ## this is a Lambda repo, uncomment the FUNCTION line below ###
5+ # ## and review the other commented lines in the document. ###
66ECR_NAME_DEV: =docker-matomo-dev
77ECR_URL_DEV: =222053980223.dkr.ecr.us-east-1.amazonaws.com/docker-matomo-dev
88# FUNCTION_DEV:=
9- # ## End of Terraform-generated header ###
9+ # ## End of Terraform-generated header ###
1010
1111help : # # Print this message
1212 @awk ' BEGIN { FS = ":.*##"; print "Usage: make <target>\n\nTargets:" } \
You can’t perform that action at this time.
0 commit comments