Skip to content

Commit

Permalink
Github Migration
Browse files Browse the repository at this point in the history
Signed-off-by: csavulalfx <[email protected]>
  • Loading branch information
csavulalfx committed Mar 5, 2024
1 parent 17a047d commit 1e3e411
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}
aws-region: us-east-1
role-duration-seconds: 900

- name: Install Top Level Dependencies
run: yarn install

Expand All @@ -84,10 +84,14 @@ jobs:
- name: Deploy Cloudfront and LambdaEdge
run: |
SLS_DEBUG=* yarn sls deploy --stage="${STAGE}" --verbose
env:
STAGE: dev

- name: Deploy Frontend Bucket
run: |
SLS_DEBUG=* yarn sls client deploy --stage="${STAGE}" --verbose --no-confirm
env:
STAGE: dev

- name: Invalidate Cloudfront Cache
run: |
Expand Down

0 comments on commit 1e3e411

Please sign in to comment.