diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index df1817f..e97ab70 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -9,21 +9,13 @@ jobs: deploy: runs-on: ubuntu-latest - container: - volumes: - - /repos:/repos - steps: - - name: Checkout - uses: actions/checkout@v4 + - uses: actions/checkout@v4 - - name: Install Dependencies - run: npm ci + - run: npm ci - - name: Build Astro - run: npm run build + - run: npm run build - - name: Verify Mount + - name: Test Docker Access run: | - ls -la /repos - ls -la /repos/portfolio \ No newline at end of file + docker ps \ No newline at end of file