Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglemansweep committed Jun 24, 2024
1 parent 430dd82 commit d2c064a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "Getting Terraform JSON outputs..."
for i in "plex" "swarm_manager" "swarm_worker" "hetzner" "hetzner_local"; do
for i in "plex" "swarm_manager" "swarm_worker" "k3s"; do
echo " ... ${i}"
terraform output -raw ${i} > ../.build/${i}.json
echo "<li><a href=\"${i}.json\">${i}</a></li>" >> ../.build/index.html
Expand Down

0 comments on commit d2c064a

Please sign in to comment.