From a14407735a68d275310effc8c1ab0c760cca32bb Mon Sep 17 00:00:00 2001 From: AdesBiysk Date: Wed, 6 Sep 2023 00:55:02 +0700 Subject: [PATCH] first attempt --- .github/workflows/restore.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/restore.yaml b/.github/workflows/restore.yaml index bc769ec9..1b72abb1 100644 --- a/.github/workflows/restore.yaml +++ b/.github/workflows/restore.yaml @@ -3,7 +3,7 @@ name: restore on: pull_request: branches: - - dcevelop + - develop env: DEPLOY_PATH: /lombarye/full @@ -32,4 +32,4 @@ jobs: cd ${{ env.DEPLOY_PATH }} rm -f .env_restore touch .env_restore - echo KEY=${{ secrets.SSH_KEY }} >> .env \ No newline at end of file + echo KEY=${{ secrets.SSH_KEY }} >> .env