mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
add killua-bot
This commit is contained in:
parent
d44febf8b1
commit
22b8ec58bd
2 changed files with 5 additions and 2 deletions
1
.github/workflows/deploy.yaml
vendored
1
.github/workflows/deploy.yaml
vendored
|
|
@ -9,6 +9,7 @@ on:
|
||||||
options:
|
options:
|
||||||
- widetom
|
- widetom
|
||||||
- cargo-bisect-rustc-service
|
- cargo-bisect-rustc-service
|
||||||
|
- killua-bot
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,8 @@ cd ../app
|
||||||
CURRENT_COMMIT=$(git rev-parse HEAD | cut -c1-8)
|
CURRENT_COMMIT=$(git rev-parse HEAD | cut -c1-8)
|
||||||
echo "Latest commit of $APP is $CURRENT_COMMIT"
|
echo "Latest commit of $APP is $CURRENT_COMMIT"
|
||||||
|
|
||||||
IMAGE_FULL_NAME="docker.nilstrieb.dev/$APP:$CURRENT_COMMIT"
|
IMAGE_PREFIX="docker.nilstrieb.dev/$APP"
|
||||||
|
IMAGE_FULL_NAME="$IMAGE_PREFIX:$CURRENT_COMMIT"
|
||||||
|
|
||||||
docker build . -t "$IMAGE_FULL_NAME"
|
docker build . -t "$IMAGE_FULL_NAME"
|
||||||
docker push "$IMAGE_FULL_NAME"
|
docker push "$IMAGE_FULL_NAME"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue