mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 08:45:02 +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:
|
||||
- widetom
|
||||
- cargo-bisect-rustc-service
|
||||
- killua-bot
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@ cd ../app
|
|||
CURRENT_COMMIT=$(git rev-parse HEAD | cut -c1-8)
|
||||
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 push "$IMAGE_FULL_NAME"
|
||||
docker push "$IMAGE_FULL_NAME"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue