Skip to content

Commit 2536fe1

Browse files
committed
Remove serverless script
1 parent de7a123 commit 2536fe1

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,6 @@ jobs:
4040
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }}
4141
AWS_REGION: 'ap-northeast-2'
4242
SOURCE_DIR: 'build'
43-
44-
- name: serverless deploy
45-
uses: serverless/github-action@master
46-
with:
47-
args: deploy --stage production
48-
env:
49-
# or if using AWS creds directly
50-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
51-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }}
52-
REACT_APP_API_HOST: 'https://v2.velog.io/'
53-
PUBLIC_URL: 'https://static.velog.io/'
5443
- name: Deploy Completion Webhook
5544
uses: joelwmale/webhook-action@master
5645
env:

0 commit comments

Comments
 (0)