Skip to content

Commit

Permalink
Allan/test gh actions fix (#358)
Browse files Browse the repository at this point in the history
* changed to v4

* update

* revereted deploy step

* revereted deploy step
  • Loading branch information
AllanT102 authored Jul 16, 2024
1 parent 63d31e8 commit c198ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
cd services
for DIR in *; do
(cd $DIR && npx serverless deploy --conceal \
(cd $DIR && sls deploy --conceal \
--STRIPE_DEV_CANCEL ${{ secrets.STRIPE_DEV_CANCEL }} \
--STRIPE_DEV_ENDPOINT ${{ secrets.STRIPE_DEV_ENDPOINT }} \
--STRIPE_PROD_CANCEL ${{ secrets.STRIPE_PROD_CANCEL }} \
Expand All @@ -61,7 +61,7 @@ jobs:
run: |
cd services
for DIR in *; do
(cd $DIR && npx serverless deploy --stage prod --conceal \
(cd $DIR && sls deploy --stage prod --conceal \
--STRIPE_DEV_CANCEL ${{ secrets.STRIPE_DEV_CANCEL }} \
--STRIPE_DEV_ENDPOINT ${{ secrets.STRIPE_DEV_ENDPOINT }} \
--STRIPE_PROD_CANCEL ${{ secrets.STRIPE_PROD_CANCEL }} \
Expand Down

0 comments on commit c198ebf

Please sign in to comment.