Skip to content

Commit

Permalink
debug: scp env and list file
Browse files Browse the repository at this point in the history
  • Loading branch information
nischalstha9 committed Jul 19, 2024
1 parent 47fc332 commit b6f4928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: create env file
run: |
echo ${{ secrets.BACKEND_ENV_VARS }} > .env
echo '${{ secrets.BACKEND_ENV_VARS }}' > .env
- name: copy file via ssh
uses: appleboy/scp-action@v0.1.7
Expand Down

0 comments on commit b6f4928

Please sign in to comment.