Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglemansweep committed Feb 5, 2024
1 parent 158bdc3 commit 2b321bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
echo "Applying Terraform..."
terraform apply -auto-approve
echo "Getting Terraform JSON outputs..."
mkdir -p ./.build
for i in "plex" "swarm_manager" "swarm_worker"; do
echo " ... ${i}"
terraform output -raw ${i} > ./build/${i}.json
terraform output -raw ${i} > ../.build/${i}.json
done
popd
Expand Down

0 comments on commit 2b321bd

Please sign in to comment.