diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index b711b47..15118da 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -13,4 +13,4 @@ jobs: - uses: actions/checkout@v3 - name: Deploy to Self-Hosted run: | - docker-compose up -d \ No newline at end of file + docker compose up -d \ No newline at end of file