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