Skip to content

Commit

Permalink
Update URLs and secrets in deploy_mabiski.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyong committed Feb 27, 2024
1 parent 6a718fe commit a010658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_mabiski.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Replace secrets
run: |
sed -i "s/url: https:\/\/example\.tld\//url: https:\/\/mabi\.ski\//g" .config/default.yml
sed -i 's|url: https://example.tld/|url: https://mabi.ski/|' .config/default.yml
sed -i "s/db: misskey/db: ${{ secrets.MABISKI_POSTGRES_DB }}/g" .config/default.yml
sed -i "s/user: example-misskey-user/user: ${{ secrets.MABISKI_POSTGRES_USER }}/g" .config/default.yml
sed -i "s/pass: example-misskey-pass/pass: ${{ secrets.MABISKI_POSTGRES_PASSWORD }}/g" .config/default.yml
Expand Down

0 comments on commit a010658

Please sign in to comment.