Skip to content

Commit c517df7

Browse files
Update action.yml
1 parent 50b5850 commit c517df7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: deploy-
1+
name: deploy-lambda
22
description: Deploys the selected environment
33
branding: {color: blue, icon: box}
44
inputs:
@@ -18,6 +18,7 @@ runs:
1818
shell: bash
1919
# language=bash
2020
run: |
21+
cd spacebar/spacebar
2122
mkdir -p ~/.aws
2223
cat << EOF > ~/.aws/credentials
2324
[devProfile]
@@ -38,6 +39,5 @@ runs:
3839
aws_secret_access_key=${{inputs.AWS_SECRET_ACCESS_KEY_CHINA}}
3940
EOF
4041
yarn --frozen-lockfile
41-
# remove -canary suffix in case it exists
4242
yarn deploy:${{inputs.environment}}
4343
rm ~/.aws/credentials

0 commit comments

Comments
 (0)