Skip to content

Commit

Permalink
Merge pull request #33 from bescka/workflow-test
Browse files Browse the repository at this point in the history
Workflow test
  • Loading branch information
bescka authored Aug 4, 2024
2 parents db8addd + 8b8bccb commit d914886
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy_on_push.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Deploy on Push

# test change
# another test change
on:
push:
branches:
Expand Down Expand Up @@ -35,7 +36,7 @@ jobs:
- name: Manage Docker Compose on remote server
run: |
aws ssm send-command \
--instance-ids YOUR_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 d914886

Please sign in to comment.