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

v0.6.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 09 Dec 22:16
· 6 commits to refs/heads/main since this release
58689cb
Debug Tutorial Atmos Workflows @milldr (#19)

what

  • Moved workflows to separate subfolder

why

  • atmos.yaml sets the workflows base_path to stacks/workflows
  • Tutorials have an error with the atmos workflow command:
atmos workflow deploy-all -s example
  • The correct command should be
atmos workflow deploy-all -s example -f example.yaml

references