This commit is contained in:
@ -7,10 +7,10 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
Deploy:
|
Deploy:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
container:
|
# container:
|
||||||
image: docker:latest
|
# image: docker:latest
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /workspace:/home/crate/garfbot
|
# - /home/crate/garfbot:/workspace
|
||||||
steps:
|
steps:
|
||||||
- name: Pull Garfbot and restart container
|
- name: Pull Garfbot and restart container
|
||||||
run: |
|
run: |
|
||||||
@ -19,7 +19,7 @@ jobs:
|
|||||||
ls -alh /workspace
|
ls -alh /workspace
|
||||||
ls -alh /workspace/crate
|
ls -alh /workspace/crate
|
||||||
ls -alh /workspace/crate/garfbot
|
ls -alh /workspace/crate/garfbot
|
||||||
cd /workspace
|
cd /garfbot
|
||||||
ls -alh
|
ls -alh
|
||||||
|
|
||||||
git pull origin main
|
git pull origin main
|
||||||
|
Reference in New Issue
Block a user