Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Debug Tutorial Atmos Workflows (#19)
Browse files Browse the repository at this point in the history
* Debugging atmos workflows

* resolved issues with workflows

* resolved issues with workflows
  • Loading branch information
milldr authored Dec 9, 2022
1 parent 110b2ab commit 58689cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,3 @@ components:
print_users_weather_enabled: true

helmfile: {}

workflows:
deploy-all:
description: Deploy terraform projects in order
steps:
- job: terraform deploy fetch-location
- job: terraform deploy fetch-weather
- job: terraform deploy output-results
7 changes: 7 additions & 0 deletions 02-atmos/stacks/workflows/example.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
workflows:
deploy-all:
description: Deploy terraform projects in order
steps:
- command: terraform deploy fetch-location
- command: terraform deploy fetch-weather
- command: terraform deploy output-results
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG VERSION=latest
ARG OS=debian
ARG CLI_NAME=tutorials
ARG TF_1_VERSION=1.3.0
ARG ATMOS_VERSION=1.9.1
ARG ATMOS_VERSION=1.16.0

FROM cloudposse/geodesic:$VERSION-$OS

Expand Down

0 comments on commit 58689cb

Please sign in to comment.