Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Update server-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rlawhddbs authored Aug 26, 2024
1 parent 756e30b commit ec052d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/server-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:

- name: Make Env File
run: |
touch canbus-server/.env
echo "${{ secrets.ENV_FILE }}" >> canbus-server/.env
cd canbus-server
touch .env
echo "${{ secrets.ENV_FILE }}" >> .env
cat .env
ls -a
# - name: Check out code
Expand Down

0 comments on commit ec052d8

Please sign in to comment.