hopefully this fixes it
All checks were successful
Garfbot CI/CD Deployment / Deploy (push) Successful in 6s
All checks were successful
Garfbot CI/CD Deployment / Deploy (push) Successful in 6s
This commit is contained in:
@ -22,7 +22,7 @@ jobs:
|
|||||||
docker stop garfbot
|
docker stop garfbot
|
||||||
docker rm garfbot
|
docker rm garfbot
|
||||||
docker build -t git.crate.zip/crate/garfbot:latest .
|
docker build -t git.crate.zip/crate/garfbot:latest .
|
||||||
docker run -d --restart always -v $PWD:/usr/src/app --name garfbot git.crate.zip/crate/garfbot:latest
|
docker run -d --restart always -v /home/crate/garfbot:/usr/src/app --name garfbot git.crate.zip/crate/garfbot:latest
|
||||||
else
|
else
|
||||||
docker restart garfbot
|
docker restart garfbot
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user