Skip to content

Commit 3e1f491

Browse files
authored
chore: Replace Makefile with atmos.yaml (#35)
1 parent 6d5aaa9 commit 3e1f491

File tree

4 files changed

+17
-46
lines changed

4 files changed

+17
-46
lines changed

Makefile

Lines changed: 0 additions & 10 deletions
This file was deleted.

README.yaml

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
#
32
# This is the canonical configuration for the `README.md`
43
# Run `make readme` to rebuild the `README.md`
@@ -28,13 +27,17 @@ github_repo: cloudposse/github-action-preview-environment-controller
2827

2928
# Badges to display
3029
badges:
31-
- name: "Latest Release"
32-
image: "https://img.shields.io/github/release/cloudposse/github-action-preview-environment-controller.svg"
33-
url: "https://github.com/cloudposse/github-action-preview-environment-controller/releases/latest"
34-
- name: "Slack Community"
35-
image: "https://slack.cloudposse.com/badge.svg"
36-
url: "https://slack.cloudposse.com"
37-
30+
- name: Latest Release
31+
image: https://img.shields.io/github/release/cloudposse/github-action-preview-environment-controller.svg?style=for-the-badge
32+
url: https://github.com/cloudposse/github-action-preview-environment-controller/releases/latest
33+
- name: Last Updated
34+
image: https://img.shields.io/github/last-commit/cloudposse/github-action-preview-environment-controller.svg?style=for-the-badge
35+
url: https://github.com/cloudposse/github-action-preview-environment-controller/commits
36+
- name: Slack Community
37+
image: https://slack.cloudposse.com/for-the-badge.svg
38+
url: https://cloudposse.com/slack
39+
40+
# List any related terraform modules that this module may be used with or that this module depends on.
3841
related: []
3942

4043
# Short description of this project
@@ -82,12 +85,12 @@ usage: |-
8285
preview: deploy
8386
qa1: deploy/qa1
8487
qa2: deploy/qa2
85-
88+
8689
outputs:
8790
labels_env: ${{ steps.controller.outputs.labels_env }}
8891
deploy_envs: ${{ steps.controller.outputs.deploy_envs }}
8992
destroy_envs: ${{ steps.controller.outputs.destroy_envs }}
90-
93+
9194
deploy:
9295
runs-on: ubuntu-latest
9396
if: ${{ needs.context.outputs.deploy_envs != '[]' }}
@@ -121,10 +124,5 @@ usage: |-
121124
operation: destroy
122125
```
123126
124-
include:
125-
- "docs/github-action.md"
126-
127-
# Contributors to this project
128-
contributors:
129-
- name: "Igor Rodionov"
130-
github: "goruha"
127+
include: []
128+
contributors: []

atmos.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import:
2+
- https://raw.githubusercontent.com/cloudposse/.github/refs/heads/main/.github/atmos/github-action.yaml

docs/github-action.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)