Skip to content

Commit

Permalink
remove whitespace in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed Apr 30, 2024
1 parent f740c64 commit 757f774
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# This is a basic workflow to help you get started with Actions
name: Deploy to EC2 on Push

on:
Expand Down Expand Up @@ -34,7 +33,7 @@ jobs:
id: deploy
run: |
aws deploy create-deployment \
--application-name django-indexer \
--application-name django-indexer \
--deployment-group-name django-indexer-dev \
--deployment-config-name CodeDeployDefault.AllAtOnce \
--github-location repository=${{ github.repository }},commitId=${{ github.sha }}
Expand Down

0 comments on commit 757f774

Please sign in to comment.