We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b5850 commit c517df7Copy full SHA for c517df7
1 file changed
action.yml
@@ -1,4 +1,4 @@
1
-name: deploy-
+name: deploy-lambda
2
description: Deploys the selected environment
3
branding: {color: blue, icon: box}
4
inputs:
@@ -18,6 +18,7 @@ runs:
18
shell: bash
19
# language=bash
20
run: |
21
+ cd spacebar/spacebar
22
mkdir -p ~/.aws
23
cat << EOF > ~/.aws/credentials
24
[devProfile]
@@ -38,6 +39,5 @@ runs:
38
39
aws_secret_access_key=${{inputs.AWS_SECRET_ACCESS_KEY_CHINA}}
40
EOF
41
yarn --frozen-lockfile
- # remove -canary suffix in case it exists
42
yarn deploy:${{inputs.environment}}
43
rm ~/.aws/credentials
0 commit comments