-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
17 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Github Workflows | ||
|
||
Template for creating a Github workflows. | ||
Template for creating Github workflows and Terraform base modules. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:21 | ||
FROM node:22 | ||
|
||
RUN mkdir -p /usr/app | ||
WORKDIR /usr/app | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# SFMC Application Template | ||
|
||
A template for deploying a Salesforce Marketing Cloud (SFMC) application using Docker and PM2. It's designed to streamline the deployment process and provide a structured approach to interacting with Journey Builder activities. | ||
A template for deploying a simple SFMC application. It's designed to streamline the deployment process and provide a structured approach. |
2 changes: 1 addition & 1 deletion
2
...s/simple-app/@{{ cookiecutter.project_slug }}/@{{ cookiecutter.project_slug }}/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.11-slim | ||
FROM python:3.13-slim | ||
|
||
WORKDIR /app | ||
COPY requirements.txt . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
# Templates | ||
|
||
# Bases | ||
- Bases: These are base templates intended to serve as bootstrap templates for new projects. They follow the opinionated golden paths recommended by the Tamedia Core engineering organisation. | ||
|
||
Base templates are designed to be used as a bootstrap template for new projects. This are opinionated the golden paths for the Tamedia Core engineering organisation. | ||
- Addons: These templates are designed to be integrated into existing projects. They offer a structured approach to adding new features and are also opinionated in nature. | ||
|
||
# Addons | ||
|
||
Addon templates are designed to be used with already existing projects. They are opinionated and provide a structured approach to adding new features to your project. | ||
|
||
# External | ||
|
||
Templates stored in external repositories. | ||
- External: This section lists templates that are stored in external repositories. |