Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
KimMinWoooo committed Aug 28, 2024
1 parent 53c12d2 commit a40910d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Deploy Backend services
run: |
aws ssm send-command \
--instance-ids ${{ secrets.BACKEND_EC2_INSTANCE_ID }} \
--instance-ids ${{ secrets.BACKEND_EC2_HOST }} \
--document-name "AWS-RunShellScript" \
--parameters '{
"commands": [
Expand Down

0 comments on commit a40910d

Please sign in to comment.