Skip to content

Commit b2cc7d9

Browse files
committed
New workflow for deployment and eslint fixes
1 parent cfddbf4 commit b2cc7d9

File tree

146 files changed

+1029
-1109
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+1029
-1109
lines changed
Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
name: Tests
1+
name: Deploy
22

33
on:
44
push:
55
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
86

97
jobs:
10-
test:
8+
tests:
9+
name: Run Tests
1110
runs-on: ubuntu-latest
1211

1312
steps:
@@ -17,7 +16,7 @@ jobs:
1716
uses: shivammathur/setup-php@v2
1817
with:
1918
php-version: '8.4'
20-
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv
19+
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
2120

2221
- name: Setup Node.js
2322
uses: actions/setup-node@v4
@@ -47,3 +46,16 @@ jobs:
4746

4847
- name: Run Tests
4948
run: php artisan test
49+
50+
deploy:
51+
name: Deploy to Production
52+
needs: tests
53+
runs-on: ubuntu-latest
54+
environment: production
55+
56+
steps:
57+
- name: Deploy to Forge
58+
uses: fjogeleit/http-request-action@v1
59+
with:
60+
url: ${{ secrets.FORGE_DEPLOY_URL }}
61+
method: 'POST'

public/build/assets/AddressInput-Bo8n52Vp.js renamed to public/build/assets/AddressInput-ZegyrgfW.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/AppLayout-BQF_k4rW.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/build/assets/AppLayout-CtdJdHx7.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/Appearance-B9lyhrJa.js renamed to public/build/assets/Appearance-BfGgiji3.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/AuthLayout.vue_vue_type_script_setup_true_lang-BpJiJaXa.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/build/assets/AuthLayout.vue_vue_type_script_setup_true_lang-aLbdouUW.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/CardContent.vue_vue_type_script_setup_true_lang-_kDb1_7Y.js renamed to public/build/assets/CardContent.vue_vue_type_script_setup_true_lang-hq97JMio.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/CardDescription.vue_vue_type_script_setup_true_lang-D4FrRzZy.js renamed to public/build/assets/CardDescription.vue_vue_type_script_setup_true_lang-DfiXQUTB.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/CardTitle.vue_vue_type_script_setup_true_lang-BBNLeNfG.js renamed to public/build/assets/CardTitle.vue_vue_type_script_setup_true_lang-C6pnaDtI.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)