Skip to content

Commit

Permalink
Merge pull request #495 from rsksmart/fix/ssm-dev1
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 cd95c5c + edd27ad commit b5f0362
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 "deployBEDevDoc" \
--document-name "deployBEDevDocu" \
--instance-ids "$INSTANCE_ID" \
--document-version '$LATEST'
echo "Deploy sent to EC2 instance"
Expand Down

0 comments on commit b5f0362

Please sign in to comment.