Skip to content

Commit

Permalink
Merge pull request #494 from rsksmart/fix/ssm-dev
Browse files Browse the repository at this point in the history
[DEVOPS] Fix on workflow
  • Loading branch information
rafaiovlabs authored Jul 24, 2024
2 parents 00582ec + a8ff438 commit cd95c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Execute deployment command on EC2 instance
run: |
aws ssm send-command \
--document-name "deployBEDevDocument" \
--document-name "deployBEDevDoc" \
--instance-ids "$INSTANCE_ID" \
--document-version '$LATEST'
echo "Deploy sent to EC2 instance"
Expand Down

0 comments on commit cd95c5c

Please sign in to comment.