Skip to content

Commit

Permalink
Fix deployment config of the www. prefix
Browse files Browse the repository at this point in the history
*  Initially it was only applying during the build for
deployment test, not the actual deployment.
  • Loading branch information
thesocialdev committed Aug 4, 2024
1 parent 5e8b751 commit e0f6b17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ jobs:
if: endsWith(github.ref, '/master')
run: |
sed -i '11{s/test.//}' deployment/app.yml
sed -i '21{s/test.//}' deployment/app.yml
sed -i '11{s/testws./ws./}' deployment/websocket.yml
echo "ENVIRONMENT=production" >> $GITHUB_ENV
echo "UMAMI_SITE_ID=${{ secrets.PRODUCTION_UMAMI_SITE_ID }}" >> $GITHUB_ENV
Expand Down

0 comments on commit e0f6b17

Please sign in to comment.