Skip to content

Commit 7a069dc

Browse files
committed
testando instalação do octane via actions
1 parent d504b23 commit 7a069dc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy_vps.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
- name: "PHP Composer install"
1313
run: composer install --no-interaction --no-progress --no-suggest --no-dev --ignore-platform-reqs
1414

15+
- name: "Install octane"
16+
uses: actions/checkout@v4
17+
- name: "PHP Composer install"
18+
run: php artisan octane:install
19+
1520
- name: "Copiar arquivos para VPS"
1621
uses: appleboy/[email protected]
1722
with:
@@ -28,4 +33,4 @@ jobs:
2833
username: "${{ secrets.SSH_USER }}"
2934
password: ${{ secrets.SSH_PASS }}
3035
script: |
31-
cd /home/projetos/devandcoffee/api-auth
36+
cd /home/projetos/devandcoffee/api-auth

0 commit comments

Comments
 (0)