This commit is contained in:
parent
ac2ccf01e2
commit
3d376a45da
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ jobs:
|
|||
name: Deploy to Production
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
composer install
|
||||
|
||||
- name: Checkout code
|
||||
run: |
|
||||
git clone --depth 1 --branch main https://forge.studio-variable.com/${{ github.repository }}.git .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue