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 8aa1edc commit 2068cd6Copy full SHA for 2068cd6
.github/workflows/release.yml
@@ -39,10 +39,8 @@ jobs:
39
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
40
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
41
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}
42
- - name: Setup Node.js
+ - name: Setup
43
uses: actions/setup-node@v2
44
- with:
45
- node-version: '16'
46
- name: Serverless deploy to production from ${{ github.event.client_payload.ref }}${{ github.event.inputs.ref }}
47
run: npm run deploy
48
if: ${{ github.event.inputs.environment == 'production' || github.event.client_payload.environment == 'production' }}
0 commit comments