We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d504b23 commit 7a069dcCopy full SHA for 7a069dc
.github/workflows/deploy_vps.yml
@@ -12,6 +12,11 @@ jobs:
12
- name: "PHP Composer install"
13
run: composer install --no-interaction --no-progress --no-suggest --no-dev --ignore-platform-reqs
14
15
+ - name: "Install octane"
16
+ uses: actions/checkout@v4
17
+ - name: "PHP Composer install"
18
+ run: php artisan octane:install
19
+
20
- name: "Copiar arquivos para VPS"
21
uses: appleboy/[email protected]
22
with:
@@ -28,4 +33,4 @@ jobs:
28
33
username: "${{ secrets.SSH_USER }}"
29
34
password: ${{ secrets.SSH_PASS }}
30
35
script: |
31
- cd /home/projetos/devandcoffee/api-auth
36
+ cd /home/projetos/devandcoffee/api-auth
0 commit comments