Skip to content

Commit 2b6c8e0

Browse files
committed
WIP
1 parent 7ea0a1f commit 2b6c8e0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/deploy-to-aws.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,5 @@ jobs:
1818
# needs: call-test-workflow
1919
uses: GNS-Science/nshm-github-actions/.github/workflows/deploy-to-aws.yml@feature/16-deploy-to-aws
2020
with:
21-
operating-system: 'ubuntu-latest'
2221
python-version: '3.10'
23-
node-version: '20'
2422
secrets: inherit

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"requirements_2": "serverless requirements cleanCache",
99
"dummy_pkg": "serverless package --stage dummy",
1010
"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}",
1112
"sls_doctor": "serverless doctor"
1213
},
1314
"repository": {

0 commit comments

Comments
 (0)