We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5218d commit ba0021eCopy full SHA for ba0021e
.github/workflows/dev.yml
@@ -45,19 +45,14 @@ jobs:
45
- name: serverless deploy
46
uses: serverless/github-action@master
47
with:
48
- args: deploy --stage production
+ args: deploy
49
env:
50
# or if using AWS creds directly
51
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
52
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }}
53
REACT_APP_API_HOST: 'https://v2dev.velog.io/'
54
PUBLIC_URL: 'https://d3v0gm8v6v8olv.cloudfront.net/'
55
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'}"
61
- name: Slack Notification
62
uses: rtCamp/[email protected]
63
0 commit comments