Skip to content

Commit

Permalink
update to use serverless v3
Browse files Browse the repository at this point in the history
  • Loading branch information
V13Axel committed Jun 29, 2024
1 parent 6b01f73 commit 52f9da5
Show file tree
Hide file tree
Showing 21 changed files with 4 additions and 4 deletions.
Empty file modified .github/ISSUE_TEMPLATE/production-issue.md
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
if: steps.cache-composer.outputs.cache-hit != 'true'
- name: Install NPM dependencies
if: steps.cache-npm.outputs.cache-hit != 'true'
run: npm install
run: npm install --legacy-peer-deps
- name: Build production assets
if: steps.cache-assets.outputs.cache-hit != 'true'
run: npm run production
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
run: |
aws s3 sync ./public s3://fantasy-calendar-dev/
- name: Deploy to beta
run: npx serverless deploy --stage dev
run: npx serverless@3 deploy --stage dev
- name: Actions Status Discord
uses: sarisia/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
- name: Install NPM dependencies
run: npm install
run: npm install --legacy-peer-deps
- name: Build production assets
run: npm run production
- name: Copy assets into S3
Expand Down
Empty file modified .php-version
100644 → 100755
Empty file.
Empty file modified .phpstorm.meta.php
100644 → 100755
Empty file.
Empty file modified app/Filament/Widgets/StatsOverviewWidget.php
100644 → 100755
Empty file.
Empty file modified app/Providers/Filament/AdminPanelProvider.php
100644 → 100755
Empty file.
Empty file modified composer.lock
100644 → 100755
Empty file.
Empty file modified config/sentry.php
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified package-lock.json
100644 → 100755
Empty file.
Empty file modified package.json
100644 → 100755
Empty file.
Empty file modified public/images/icons.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified resources/images/homepage/castle.webp
100644 → 100755
Empty file.
Empty file modified resources/images/homepage/dwarf-profile-photo.webp
100644 → 100755
Empty file.
Empty file modified resources/images/screenshots/taldorei-never-lose-track.webp
100644 → 100755
Empty file.
Empty file modified resources/images/screenshots/weather.webp
100644 → 100755
Empty file.
Empty file modified resources/views/components/alert.blade.php
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion setup/lambda/dev/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fri Oct 29 12:29:09 AM EDT 2021
Sat Jun 29 02:44:10 PM EDT 2024

0 comments on commit 52f9da5

Please sign in to comment.