Skip to content

Commit

Permalink
fix: attempt.
Browse files Browse the repository at this point in the history
  • Loading branch information
reflexguru committed Nov 26, 2023
1 parent f163f4a commit ffecda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
run: npm install

- name: Prepare config
run: echo "${{ vars.CLIENT_ENV }}" >> .env
run: echo '${{ vars.CLIENT_ENV }}'' > .env

- name: Install SSH Key
uses: shimataro/ssh-key-action@v2

0 comments on commit ffecda4

Please sign in to comment.