This commit is contained in:
@ -6,13 +6,12 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Deploy:
|
Deploy:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
options: -v /home/crate/garfbot:/workspace
|
# options: -v /home/crate/garfbot:/workspace
|
||||||
# workdir_parent: /workspace
|
volumes:
|
||||||
# volumes:
|
- /home/crate/garfbot:/workspace
|
||||||
# - /garfbot:/workspace
|
|
||||||
steps:
|
steps:
|
||||||
- name: Pull Garfbot and restart container
|
- name: Pull Garfbot and restart container
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user