This commit is contained in:
@@ -9,21 +9,13 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container:
|
|
||||||
volumes:
|
|
||||||
- /repos:/repos
|
|
||||||
|
|
||||||
steps:
|
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: |
|
run: |
|
||||||
ls -la /repos
|
docker ps
|
||||||
ls -la /repos/portfolio
|
|
||||||
Reference in New Issue
Block a user