chore: migrate deployment to madresebanoo.ir
Deploy banu-front / deploy (push) Waiting to run

This commit is contained in:
Server Migration
2026-08-04 18:32:19 +00:00
parent 39b295037e
commit 94ac69d96a
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
run: | run: |
BUILD_DIR="$(mktemp -d -t banu-front-XXXXXX)" BUILD_DIR="$(mktemp -d -t banu-front-XXXXXX)"
echo "BUILD_DIR=$BUILD_DIR" >> "$GITHUB_ENV" echo "BUILD_DIR=$BUILD_DIR" >> "$GITHUB_ENV"
git clone http://109.122.252.86:3000/front-end/banu-front.git "$BUILD_DIR" git clone http://127.0.0.1:3000/front-end/banu-front.git "$BUILD_DIR"
git -C "$BUILD_DIR" checkout "${{ github.sha }}" git -C "$BUILD_DIR" checkout "${{ github.sha }}"
- name: Build Docker image - name: Build Docker image