Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
keckelt authored Aug 29, 2023
1 parent 94aa4f3 commit 1762a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}


restart-aws:
restart-aws:
name: Restart AWS ECS Task
runs-on: ubuntu-latest
needs: [deploy]
Expand All @@ -63,4 +63,4 @@ jobs:
fi
- name: Start Task
run: |
aws --output text ecs run-task --cluster JKU_ASG_Cluster --task-definition ${PROJECT_NAME} --started-by GithubAction
aws --output text ecs run-task --cluster JKU_ASG_Cluster --task-definition ${PROJECT_NAME} --started-by GithubAction

0 comments on commit 1762a6e

Please sign in to comment.