FINALLY got actions working
All checks were successful
Garfbot CI/CD Deployment / Deploy (push) Successful in 16s
All checks were successful
Garfbot CI/CD Deployment / Deploy (push) Successful in 16s
This commit is contained in:
parent
1904953243
commit
ef84d8b457
@ -6,24 +6,13 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Deploy:
|
Deploy:
|
||||||
# runs-on: ubuntu-latest
|
|
||||||
container:
|
container:
|
||||||
# image: docker:latest
|
|
||||||
volumes:
|
volumes:
|
||||||
- /home/crate/garfbot:/workspace/crate/garfbot/deploy
|
- /home/crate/garfbot:/workspace/crate/garfbot/deploy
|
||||||
steps:
|
steps:
|
||||||
- name: Pull Garfbot and restart container
|
- name: Pull Garfbot and restart container
|
||||||
run: |
|
run: |
|
||||||
ls -alh
|
|
||||||
ls -alh /
|
|
||||||
ls -alh /home/ubuntu
|
|
||||||
ls -alh /workspace
|
|
||||||
ls -alh /workspace/crate
|
|
||||||
ls -alh /workspace/crate/garfbot
|
|
||||||
ls -alh /workspace/crate/garfbot/deploy
|
|
||||||
cat /.dockerenv
|
|
||||||
cd /workspace/crate/garfbot/deploy
|
cd /workspace/crate/garfbot/deploy
|
||||||
ls -alh
|
|
||||||
|
|
||||||
git pull origin main
|
git pull origin main
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user