From c946a639184132245a94f778595b88e3841757d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=88=98=EB=AF=BC?= Date: Tue, 13 Jun 2023 04:23:31 +0900 Subject: [PATCH] Revert "Update deploy.yaml" --- .github/workflows/deploy.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index d2efb61..b9ce5dd 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -17,11 +17,11 @@ jobs: - name: checkout uses: actions/checkout@master -# - name: create env file -# run: | -# touch .env -# echo "${{ secrets.ENV_VARS }}" >> .env -# cat .env + - name: create env file + run: | + touch .env + echo "${{ secrets.ENV_VARS }}" >> .env + cat .env - name: create remote directory uses: appleboy/ssh-action@master