diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c1d0851..c5adf0d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,4 +33,4 @@ jobs: END - name: Run Deploy run: | - cd tldtest && docker-compose down && git pull origin master && docker-compose up --build \ No newline at end of file + ssh target "cd tldtest && docker-compose down && git pull origin master && docker-compose up --build" \ No newline at end of file