Skip to content

Commit d0d6cb6

Browse files
committed
github workflow to push to artifactory
1 parent 3b044ce commit d0d6cb6

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# These owners will be the default owners for everything in
2+
# the repo. Unless a later match takes precedence,
3+
# @taskrabbit/devops will be requested for
4+
# review when someone opens a pull request.
5+
6+
* @taskrabbit/devops

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Description
2+
<!-- Provide a general summary and/or description of the changes in this section -->
3+
4+
## Changes
5+
<!-- Provide a list of more specific details made to the application or specific files -->
6+
7+
## Ticket
8+
<!-- Include a link to the Jira ticket here -->
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Terraform Module
3+
on:
4+
push: {}
5+
workflow_dispatch: {}
6+
7+
jobs:
8+
publish-module:
9+
uses: taskrabbit/github_workflows/.github/workflows/terraform-module.yaml@main
10+
with:
11+
namespace: taskrabbit
12+
system: aws
13+
name: "openvpn" # This is required to be updated by the downstream repository.

0 commit comments

Comments
 (0)