parent
5b81c205f3
commit
aaee41863a
|
@ -101,7 +101,7 @@ steps:
|
||||||
target: ~/nami
|
target: ~/nami
|
||||||
exclude: ['.git']
|
exclude: ['.git']
|
||||||
key:
|
key:
|
||||||
from_secret: private_key
|
from_secret: deploy_private_key
|
||||||
script:
|
script:
|
||||||
- cd ~/nami
|
- cd ~/nami
|
||||||
- /usr/bin/php8.1 artisan migrate --force
|
- /usr/bin/php8.1 artisan migrate --force
|
||||||
|
@ -118,7 +118,7 @@ steps:
|
||||||
target: ~/nami
|
target: ~/nami
|
||||||
exclude: ['.git']
|
exclude: ['.git']
|
||||||
key:
|
key:
|
||||||
from_secret: private_key
|
from_secret: deploy_private_key
|
||||||
script:
|
script:
|
||||||
- cd ~/nami
|
- cd ~/nami
|
||||||
- /usr/bin/php8.1 artisan migrate --force
|
- /usr/bin/php8.1 artisan migrate --force
|
||||||
|
@ -135,7 +135,7 @@ steps:
|
||||||
target: ~/adrema
|
target: ~/adrema
|
||||||
exclude: ['.git']
|
exclude: ['.git']
|
||||||
key:
|
key:
|
||||||
from_secret: private_key
|
from_secret: deploy_private_key
|
||||||
script:
|
script:
|
||||||
- cd ~/adrema
|
- cd ~/adrema
|
||||||
- /usr/bin/php8.1 artisan migrate --force
|
- /usr/bin/php8.1 artisan migrate --force
|
||||||
|
|
Loading…
Reference in New Issue