File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
20
20
21
21
- name : Build the Docker image
22
22
run :
23
- pwd
24
- ls -lash
25
- whoami
26
- echo "node version $(node -v)"
27
- echo "npm version $(npm -v)"
28
- npm i -g zx@latest && echo "zx version $(zx -v)"
29
- curl -fsSL https://bun.sh/install | bash
23
+ pwd &&
24
+ ls -lash &&
25
+ whoami &&
26
+ echo "node version $(node -v)" &&
27
+ echo "npm version $(npm -v)" &&
28
+ npm i -g zx@latest && echo "zx version $(zx -v)" &&
29
+ curl -fsSL https://bun.sh/install | bash &&
30
30
bun run ./push.mjs
Original file line number Diff line number Diff line change 12
12
uses : actions/checkout@v4
13
13
14
14
- name : Deploy to Docker Hub Production
15
- run : docker run --rm -i -t - v ./:/app nozich/bunode:latest zsh -c "bun run push.mjs"
15
+ run : docker run --rm -v ./:/app nozich/bunode:latest zsh -c "bun run push.mjs"
You can’t perform that action at this time.
0 commit comments