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:
|
||||
Deploy:
|
||||
# runs-on: ubuntu-latest
|
||||
container:
|
||||
# image: docker:latest
|
||||
volumes:
|
||||
- /home/crate/garfbot:/workspace/crate/garfbot/deploy
|
||||
steps:
|
||||
- name: Pull Garfbot and restart container
|
||||
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
|
||||
ls -alh
|
||||
|
||||
git pull origin main
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user