File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v4
1818
1919 - name : Set timestamp for build/deploy
20- run : |
21- TIMESTAMP=$(date +%Y%m%d%H%M%S)
22- echo "TIMESTAMP=${TIMESTAMP}" >> $GITHUB_ENV
20+ run : echo "TIMESTAMP=$(date +%Y%m%d%H%M%S)" >> $GITHUB_ENV
2321
2422 - name : Set up pnpm
2523 uses : pnpm/action-setup@v4
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ REMOTE_CMD=ssh $(VPS_USER)@$(VPS_HOST)
99
1010# Variables for build/deploy
1111# ==========================
12- export TIMESTAMP : = $(shell date +% Y% m% d% H% M% S)
13- export GIT_VERSION : = $(shell git rev-parse --short HEAD)
12+ export TIMESTAMP ? = $(shell date +% Y% m% d% H% M% S)
13+ export GIT_VERSION ? = $(shell git rev-parse --short HEAD)
1414
1515# Variables for deploy
1616# ====================
You can’t perform that action at this time.
0 commit comments