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 de7a123 commit 2536fe1Copy full SHA for 2536fe1
.github/workflows/main.yml
@@ -40,17 +40,6 @@ jobs:
40
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }}
41
AWS_REGION: 'ap-northeast-2'
42
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/'
54
- name: Deploy Completion Webhook
55
uses: joelwmale/webhook-action@master
56
env:
0 commit comments