fix gitea deploy pipeline
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
8216af5f2a
commit
9d5765c492
@ -6,15 +6,13 @@ on:
|
||||
|
||||
jobs:
|
||||
Deploy:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker:latest
|
||||
volumes:
|
||||
- /home/crate/garfbot:/workspace
|
||||
- /home/crate/garfbot:/workspace/crate/garfbot/deploy
|
||||
steps:
|
||||
- name: Pull Garfbot and restart container
|
||||
run: |
|
||||
cd ./garfbot
|
||||
cd /workspace/crate/garfbot/deploy
|
||||
|
||||
git pull origin main
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user