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

Commit

Permalink
ci: use tag as sw version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rindula committed Oct 21, 2021
1 parent 5f10126 commit f582789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
sed -i 's/foodwars/${{ secrets.EMAILPASS }}/' config/app_local.php
sed -i 's/essen@rindula\.de/[email protected]/' config/app_local.php
sed -i 's/{rindula\.de\/imap\/novalidate-cert}INBOX/{sslin.df.eu\/imap\/ssl}INBOX/' config/app_local.php
sed -i "s/hirschcache/$GITHUB_SHA/" webroot/sw.js
sed -i "s/hirschcache/${GITHUB_REF#refs/tags/}/" webroot/sw.js
sed -i "s/user_auth_string/$(echo -n ${{ secrets.HT_USER }}:${{ secrets.HT_PASS }} | base64)/" webroot/sw.js
- name: Passwortschutz erstellen
if: "${{ steps.commit_step.outputs.pushed == 'false' }}"
Expand Down

0 comments on commit f582789

Please sign in to comment.