diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index a5d2d2b..c525773 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -30,8 +30,7 @@ jobs: username: ${{ vars.USERNAME }} key: ${{ secrets.KEY }} script: | - whoami - ls -al + cd docker && docker compose up -d - name: List files in the repository run: | ls ${{ gitea.workspace }}