From 1310210ac9a93b32f34168ea25bf88179c3d72bc Mon Sep 17 00:00:00 2001 From: valere Date: Mon, 2 Feb 2026 20:03:11 +0100 Subject: [PATCH] sub domain deploy for branches 9 --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0007583..c116420 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,14 +47,14 @@ jobs: echo $APP_NAME - name: Upload .env file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: env-file path: .env - uses: actions/checkout@v4 - name: Download .env file - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: env-file path: . @@ -80,7 +80,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download .env file - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: env-file path: .