Skip to content

Commit

Permalink
Merge pull request #34 from bescka/workflow-test
Browse files Browse the repository at this point in the history
Workflows: githubactions update
  • Loading branch information
bescka authored Aug 4, 2024
2 parents d914886 + f314a7c commit 7507428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Manage Docker Compose on remote server
run: |
aws ssm send-command \
--instance-ids ${{secrets.AWS_INSTANCE_ID} \
--instance-ids ${{secrets.AWS_INSTANCE_ID}} \
--document-name "AWS-RunShellScript" \
--comment "Manage Docker Compose" \
--parameters 'commands=cd ${{ secrets.WORK_DIR }} && \
Expand Down

0 comments on commit 7507428

Please sign in to comment.