parent
afcc5e64e9
commit
d0d32d05cf
@ -8,10 +8,10 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
# container:
|
||||||
image: alpine:edge
|
# image: alpine:edge
|
||||||
volumes:
|
# volumes:
|
||||||
- /data:/data
|
# - /data:/data
|
||||||
steps:
|
steps:
|
||||||
# - uses: actions/checkout@v3
|
# - uses: actions/checkout@v3
|
||||||
# with:
|
# with:
|
||||||
@ -20,6 +20,6 @@ jobs:
|
|||||||
- run: hostname
|
- run: hostname
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- run: ls -la
|
- run: ls -la
|
||||||
- run: apk add --no-cache docker
|
# - run: apk add --no-cache docker
|
||||||
- run: docker ps
|
- run: docker ps
|
||||||
- run: ls -la /data
|
# - run: ls -la /data
|
||||||
|
Loading…
Reference in New Issue
Block a user