From a24618e07499ee725831f5bfc2eea2cbe862620f Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Sun, 5 Feb 2023 20:02:27 +0100 Subject: [PATCH] add Github workflow for forge deploy --- .github/workflows/deploy_on_forge.yml | 19 ++++ composer.lock | 122 +++++++++++++------------- yarn.lock | 24 ++--- 3 files changed, 92 insertions(+), 73 deletions(-) create mode 100644 .github/workflows/deploy_on_forge.yml diff --git a/.github/workflows/deploy_on_forge.yml b/.github/workflows/deploy_on_forge.yml new file mode 100644 index 00000000..561d1b8f --- /dev/null +++ b/.github/workflows/deploy_on_forge.yml @@ -0,0 +1,19 @@ +name: 'Deploy on push' + +on: + push: + branches: + - master + +jobs: + forge-deploy: + name: 'Laravel Forge Deploy' + runs-on: ubuntu-latest + environment: production + + steps: + # Trigger Laravel Forge Deploy + - name: Deploy + uses: jbrooksuk/laravel-forge-action@v1.0.2 + with: + trigger_url: ${{ secrets.TRIGGER_URL }} diff --git a/composer.lock b/composer.lock index ad5abd1a..760994c0 100644 --- a/composer.lock +++ b/composer.lock @@ -2340,16 +2340,16 @@ }, { "name": "jaybizzle/crawler-detect", - "version": "v1.2.112", + "version": "v1.2.113", "source": { "type": "git", "url": "https://github.com/JayBizzle/Crawler-Detect.git", - "reference": "2c555ce35a07a5c1c808cee7d5bb52c41a4c7b2f" + "reference": "6710b75871da2b718550c2bc33388315a3b20151" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/2c555ce35a07a5c1c808cee7d5bb52c41a4c7b2f", - "reference": "2c555ce35a07a5c1c808cee7d5bb52c41a4c7b2f", + "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/6710b75871da2b718550c2bc33388315a3b20151", + "reference": "6710b75871da2b718550c2bc33388315a3b20151", "shasum": "" }, "require": { @@ -2386,9 +2386,9 @@ ], "support": { "issues": "https://github.com/JayBizzle/Crawler-Detect/issues", - "source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.2.112" + "source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.2.113" }, - "time": "2022-10-05T21:52:44+00:00" + "time": "2023-02-02T21:01:40+00:00" }, { "name": "jean85/pretty-package-versions", @@ -2702,16 +2702,16 @@ }, { "name": "laravel/framework", - "version": "v9.50.1", + "version": "v9.50.2", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "3b400f76619cd5257a69fdd6b897043b6522a89a" + "reference": "39932773c09658ddea9045958f305e67f9304995" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/3b400f76619cd5257a69fdd6b897043b6522a89a", - "reference": "3b400f76619cd5257a69fdd6b897043b6522a89a", + "url": "https://api.github.com/repos/laravel/framework/zipball/39932773c09658ddea9045958f305e67f9304995", + "reference": "39932773c09658ddea9045958f305e67f9304995", "shasum": "" }, "require": { @@ -2886,7 +2886,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-02-01T17:36:26+00:00" + "time": "2023-02-02T20:52:46+00:00" }, { "name": "laravel/horizon", @@ -7256,25 +7256,25 @@ }, { "name": "rap2hpoutre/fast-excel", - "version": "v5.0.0", + "version": "v5.1.0", "source": { "type": "git", "url": "https://github.com/rap2hpoutre/fast-excel.git", - "reference": "ae87162555c6c359964d671af6b7ad6c73f5f013" + "reference": "e0a499c4b7942a54fd91d0e1576693b412bd48e0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rap2hpoutre/fast-excel/zipball/ae87162555c6c359964d671af6b7ad6c73f5f013", - "reference": "ae87162555c6c359964d671af6b7ad6c73f5f013", + "url": "https://api.github.com/repos/rap2hpoutre/fast-excel/zipball/e0a499c4b7942a54fd91d0e1576693b412bd48e0", + "reference": "e0a499c4b7942a54fd91d0e1576693b412bd48e0", "shasum": "" }, "require": { - "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0", + "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0", "openspout/openspout": "^4.1.1", "php": "^8.0" }, "require-dev": { - "illuminate/database": "^6.20.12 || ^7.30.4 || ^8.24.0 || ^9.0", + "illuminate/database": "^6.20.12 || ^7.30.4 || ^8.24.0 || ^9.0|^10.0", "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "3.*" }, @@ -7314,7 +7314,7 @@ ], "support": { "issues": "https://github.com/rap2hpoutre/fast-excel/issues", - "source": "https://github.com/rap2hpoutre/fast-excel/tree/v5.0.0" + "source": "https://github.com/rap2hpoutre/fast-excel/tree/v5.1.0" }, "funding": [ { @@ -7322,7 +7322,7 @@ "type": "github" } ], - "time": "2022-12-09T15:18:32+00:00" + "time": "2023-02-02T19:26:50+00:00" }, { "name": "rappasoft/laravel-livewire-tables", @@ -13798,16 +13798,16 @@ }, { "name": "dragon-code/support", - "version": "v6.9.0", + "version": "v6.10.0", "source": { "type": "git", "url": "https://github.com/TheDragonCode/support.git", - "reference": "d7cc5116d8665a1a13c8092b7832eae851390d8c" + "reference": "1379a6c56a8b964d58a284c80578d13ebd7d8c3a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TheDragonCode/support/zipball/d7cc5116d8665a1a13c8092b7832eae851390d8c", - "reference": "d7cc5116d8665a1a13c8092b7832eae851390d8c", + "url": "https://api.github.com/repos/TheDragonCode/support/zipball/1379a6c56a8b964d58a284c80578d13ebd7d8c3a", + "reference": "1379a6c56a8b964d58a284c80578d13ebd7d8c3a", "shasum": "" }, "require": { @@ -13897,7 +13897,7 @@ "type": "yoomoney" } ], - "time": "2022-12-28T09:27:20+00:00" + "time": "2023-02-02T15:58:52+00:00" }, { "name": "fakerphp/faker", @@ -14214,16 +14214,16 @@ }, { "name": "laravel-lang/attributes", - "version": "v2.1.1", + "version": "v2.1.2", "source": { "type": "git", "url": "https://github.com/Laravel-Lang/attributes.git", - "reference": "fd50ffcee9a472df1bf6567f4670de69d6adbc92" + "reference": "2b11c7ece66cb26cdf59746460593451484af89a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Laravel-Lang/attributes/zipball/fd50ffcee9a472df1bf6567f4670de69d6adbc92", - "reference": "fd50ffcee9a472df1bf6567f4670de69d6adbc92", + "url": "https://api.github.com/repos/Laravel-Lang/attributes/zipball/2b11c7ece66cb26cdf59746460593451484af89a", + "reference": "2b11c7ece66cb26cdf59746460593451484af89a", "shasum": "" }, "require": { @@ -14281,7 +14281,7 @@ ], "support": { "issues": "https://github.com/Laravel-Lang/attributes/issues", - "source": "https://github.com/Laravel-Lang/attributes/tree/v2.1.1" + "source": "https://github.com/Laravel-Lang/attributes/tree/v2.1.2" }, "funding": [ { @@ -14289,7 +14289,7 @@ "type": "open_collective" } ], - "time": "2023-01-26T07:41:39+00:00" + "time": "2023-02-05T09:34:20+00:00" }, { "name": "laravel-lang/http-statuses", @@ -14369,16 +14369,16 @@ }, { "name": "laravel-lang/lang", - "version": "12.14.2", + "version": "12.15.0", "source": { "type": "git", "url": "https://github.com/Laravel-Lang/lang.git", - "reference": "7168d4bb3008d6d3c5c2802293dbfd42fcd9d9a2" + "reference": "be6eea3ac215d525269ed82647caa983bdccab5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Laravel-Lang/lang/zipball/7168d4bb3008d6d3c5c2802293dbfd42fcd9d9a2", - "reference": "7168d4bb3008d6d3c5c2802293dbfd42fcd9d9a2", + "url": "https://api.github.com/repos/Laravel-Lang/lang/zipball/be6eea3ac215d525269ed82647caa983bdccab5b", + "reference": "be6eea3ac215d525269ed82647caa983bdccab5b", "shasum": "" }, "require": { @@ -14440,7 +14440,7 @@ "type": "open_collective" } ], - "time": "2023-01-30T10:43:55+00:00" + "time": "2023-02-03T18:11:16+00:00" }, { "name": "laravel-lang/publisher", @@ -15498,16 +15498,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.28", + "version": "9.6.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "954ca3113a03bf780d22f07bf055d883ee04b65e" + "reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/954ca3113a03bf780d22f07bf055d883ee04b65e", - "reference": "954ca3113a03bf780d22f07bf055d883ee04b65e", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e7b1615e3e887d6c719121c6d4a44b0ab9645555", + "reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555", "shasum": "" }, "require": { @@ -15549,7 +15549,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "9.5-dev" + "dev-master": "9.6-dev" } }, "autoload": { @@ -15580,7 +15580,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.28" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.3" }, "funding": [ { @@ -15596,7 +15596,7 @@ "type": "tidelift" } ], - "time": "2023-01-14T12:32:24+00:00" + "time": "2023-02-04T13:37:15+00:00" }, { "name": "sebastian/cli-parser", @@ -15964,16 +15964,16 @@ }, { "name": "sebastian/environment", - "version": "5.1.4", + "version": "5.1.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7" + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7", - "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", "shasum": "" }, "require": { @@ -16015,7 +16015,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", - "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4" + "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" }, "funding": [ { @@ -16023,7 +16023,7 @@ "type": "github" } ], - "time": "2022-04-03T09:37:03+00:00" + "time": "2023-02-03T06:03:51+00:00" }, { "name": "sebastian/exporter", @@ -16337,16 +16337,16 @@ }, { "name": "sebastian/recursion-context", - "version": "4.0.4", + "version": "4.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172" + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172", - "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", "shasum": "" }, "require": { @@ -16385,10 +16385,10 @@ } ], "description": "Provides functionality to recursively process PHP variables", - "homepage": "http://www.github.com/sebastianbergmann/recursion-context", + "homepage": "https://github.com/sebastianbergmann/recursion-context", "support": { "issues": "https://github.com/sebastianbergmann/recursion-context/issues", - "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4" + "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" }, "funding": [ { @@ -16396,7 +16396,7 @@ "type": "github" } ], - "time": "2020-10-26T13:17:30+00:00" + "time": "2023-02-03T06:07:39+00:00" }, { "name": "sebastian/resource-operations", @@ -16455,16 +16455,16 @@ }, { "name": "sebastian/type", - "version": "3.2.0", + "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e" + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", - "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", "shasum": "" }, "require": { @@ -16499,7 +16499,7 @@ "homepage": "https://github.com/sebastianbergmann/type", "support": { "issues": "https://github.com/sebastianbergmann/type/issues", - "source": "https://github.com/sebastianbergmann/type/tree/3.2.0" + "source": "https://github.com/sebastianbergmann/type/tree/3.2.1" }, "funding": [ { @@ -16507,7 +16507,7 @@ "type": "github" } ], - "time": "2022-09-12T14:47:03+00:00" + "time": "2023-02-03T06:13:03+00:00" }, { "name": "sebastian/version", diff --git a/yarn.lock b/yarn.lock index b48d8ae4..c6efdbb0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -182,9 +182,9 @@ "@types/range-parser" "*" "@types/node@*": - version "18.11.18" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f" - integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA== + version "18.11.19" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.19.tgz#35e26df9ec441ab99d73e99e9aca82935eea216d" + integrity sha512-YUgMWAQBWLObABqrvx8qKO1enAvBUdjZOAWQ5grBAkp5LQv45jBvYKZ3oFS9iKRCQyFjqw6iuEa1vmFqtxYLZw== "@types/node@^14.14.31": version "14.18.36" @@ -346,9 +346,9 @@ dlv@^1.1.3: integrity sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA== electron-to-chromium@^1.4.284: - version "1.4.284" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz#61046d1e4cab3a25238f6bf7413795270f125592" - integrity sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA== + version "1.4.286" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.286.tgz#0e039de59135f44ab9a8ec9025e53a9135eba11f" + integrity sha512-Vp3CVhmYpgf4iXNKAucoQUDcCrBQX3XLBtwgFqP9BUXuucgvAV9zWp1kYU7LL9j4++s9O+12cb3wMtN4SJy6UQ== esbuild@^0.16.14: version "0.16.17" @@ -692,9 +692,9 @@ reusify@^1.0.4: integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== rollup@^3.10.0: - version "3.12.1" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.12.1.tgz#2975b97713e4af98c15e7024b88292d7fddb3853" - integrity sha512-t9elERrz2i4UU9z7AwISj3CQcXP39cWxgRWLdf4Tm6aKm1eYrqHIgjzXBgb67GNY1sZckTFFi0oMozh3/S++Ig== + version "3.14.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.14.0.tgz#f5925255f3b6e8de1dba3916d7619c7da5708d95" + integrity sha512-o23sdgCLcLSe3zIplT9nQ1+r97okuaiR+vmAPZPTDYB7/f3tgWIYNyiQveMsZwshBT0is4eGax/HH83Q7CG+/Q== optionalDependencies: fsevents "~2.3.2" @@ -783,9 +783,9 @@ vite-plugin-full-reload@^1.0.5: picomatch "^2.3.1" vite@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.1.0.tgz#4f0d3aa0491d313cd8c144e4339171b2a0fb6b54" - integrity sha512-YoUKE/9bbK4C8ZeSYMDDEF8H5aypmWUq4WisftDhntR1gkI2zt2SGT/5Wd2xu6ZoVXkCyO3U4844KWG9e4nFoQ== + version "4.1.1" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.1.1.tgz#3b18b81a4e85ce3df5cbdbf4c687d93ebf402e6b" + integrity sha512-LM9WWea8vsxhr782r9ntg+bhSFS06FJgCvvB0+8hf8UWtvaiDagKYWXndjfX6kGl74keHJUcpzrQliDXZlF5yg== dependencies: esbuild "^0.16.14" postcss "^8.4.21"