Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oxmix committed Aug 29, 2024
1 parent 2ca6c3d commit 9ce6f21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/$BUILDARCH node:20-alpine as web
FROM --platform=linux/$BUILDARCH node:20-alpine AS web
WORKDIR /build
COPY ./web .
RUN npm i
Expand Down
2 changes: 1 addition & 1 deletion cargo-deployer/tasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct() {
$this->containersExecute($result['data']['execs']);
echo '['.date('Y-m-d H:i:s').'] End deployments'.PHP_EOL;

$this->push();
continue;
}

} else {
Expand Down
2 changes: 1 addition & 1 deletion utils/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func Env() *Envs {
getEnv("ENV", "container"),
getEnv("ENDPOINT", "127.0.0.1:8443"),
getEnv("NAMESPACE", "ctr-ship"),
getEnv("CARGO_FROM", "oxmix/cargo-deployer:1"),
getEnv("CARGO_FROM", "oxmix/cargo-deployer:1.1"),
getEnv("NOTIFY_MATCH", ""),
getEnv("NOTIFY_TG_TOKEN", ""),
getEnv("NOTIFY_TG_CHAT_ID", ""),
Expand Down

0 comments on commit 9ce6f21

Please sign in to comment.