Skip to content

Commit

Permalink
fix: Cat, again meow
Browse files Browse the repository at this point in the history
  • Loading branch information
dewald-els committed Jan 29, 2024
1 parent 14e4852 commit 3cc487c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
touch .env
echo SPOTIFY_CLIENT_ID=${{ secrets.SPOTIFY_CLIENT_ID }} >> .env
echo SPOTIFY_CLIENT_SECRET=${{ secrets.SPOTIFY_CLIENT_SECRET }} >> .env
cat ./build/.env
cat .env
working-directory: "build"
- name: "Deploy to Azure WebApp"
uses: azure/webapps-deploy@v2
Expand Down

0 comments on commit 3cc487c

Please sign in to comment.