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 7ea0a1f commit 2b6c8e0Copy full SHA for 2b6c8e0
.github/workflows/deploy-to-aws.yaml
@@ -18,7 +18,5 @@ jobs:
18
# needs: call-test-workflow
19
uses: GNS-Science/nshm-github-actions/.github/workflows/deploy-to-aws.yml@feature/16-deploy-to-aws
20
with:
21
- operating-system: 'ubuntu-latest'
22
python-version: '3.10'
23
- node-version: '20'
24
secrets: inherit
package.json
@@ -8,6 +8,7 @@
8
"requirements_2": "serverless requirements cleanCache",
9
"dummy_pkg": "serverless package --stage dummy",
10
"deploy": "serverless deploy --stage ${STAGE}",
11
+ "smoketest": "curl -d '{\"query\": \"query {about}\"}' --header \"content-type: application/json\" --header \"x-api-key:${SMOKETEST_KEY}\" ${SMOKETEST_URL}",
12
"sls_doctor": "serverless doctor"
13
},
14
"repository": {
0 commit comments