diff --git a/.github/workflows/deploy_on_push.yml b/.github/workflows/deploy_on_push.yml index bbc9b7fe..51e36dd8 100644 --- a/.github/workflows/deploy_on_push.yml +++ b/.github/workflows/deploy_on_push.yml @@ -1,5 +1,6 @@ name: Deploy on Push - +# test change +# another test change on: push: branches: @@ -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 }} && \