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