Skip to content

Commit ba0021e

Browse files
committed
Fix dev action script
1 parent 8d5218d commit ba0021e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,14 @@ jobs:
4545
- name: serverless deploy
4646
uses: serverless/github-action@master
4747
with:
48-
args: deploy --stage production
48+
args: deploy
4949
env:
5050
# or if using AWS creds directly
5151
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
5252
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }}
5353
REACT_APP_API_HOST: 'https://v2dev.velog.io/'
5454
PUBLIC_URL: 'https://d3v0gm8v6v8olv.cloudfront.net/'
5555
STAGE: true
56-
- name: Deploy Completion Webhook
57-
uses: joelwmale/webhook-action@master
58-
env:
59-
WEBHOOK_URL: ${{ secrets.SSR_COMPLETE_WEBHOOK }}
60-
data: "{'deployment': 'finished'}"
6156
- name: Slack Notification
6257
uses: rtCamp/[email protected]
6358
env:

0 commit comments

Comments
 (0)