Skip to content

Commit 3e9d9b2

Browse files
committed
2 parents aec65fa + e4dcd0f commit 3e9d9b2

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Deploy to Vercel
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- master
10+
11+
jobs:
12+
deploy:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Checkout
16+
uses: actions/checkout@v4
17+
18+
- name: Deploy to Vercel
19+
uses: amondnet/vercel-action@v25
20+
with:
21+
vercel-token: ${{ secrets.VERCEL_TOKEN }}
22+
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
23+
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
24+
working-directory: ./
25+
vercel-args: '--prod'
26+
scope: ${{ secrets.VERCEL_ORG_ID }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Spotify Playlist Keyword Filter
22

3-
Money, Bitch, Smoking etc. All these words are in most of the current songs. If you want to have a clean playlist with none of such words, start using Spotify Playlist Keyword Filter. Maybe you have an addiction or little respect for women then listening to selected music can be benefiting.
3+
A lot of unproductive words are in most of the current songs. If you want to have a clean playlist with none of such words, start using Spotify Playlist Keyword Filter. Maybe you have an addiction or little respect for women then listening to selected music can be benefiting.
44

55
Currently, the app is still in work.
66

0 commit comments

Comments
 (0)