Compare commits
No commits in common. "b1e4f50c9c086f299de49e593981b1f515bc2d86" and "0b563b46974a255b953095e5ea01ef727edb4a59" have entirely different histories.
b1e4f50c9c
...
0b563b4697
1 changed files with 1 additions and 6 deletions
|
|
@ -10,18 +10,13 @@ jobs:
|
|||
name: Deploy to Production
|
||||
runs-on: docker
|
||||
container:
|
||||
image: forgejo-ci-node:latest
|
||||
image: forgejo-ci-php:latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
run: |
|
||||
git clone --depth 1 --branch main https://forge.studio-variable.com/${{ github.repository }}.git .
|
||||
ls -la
|
||||
|
||||
- name: Build Svelte app
|
||||
run: |
|
||||
npm ci
|
||||
npm run build
|
||||
|
||||
- name: Deploy via FTP
|
||||
env:
|
||||
USERNAME: ${{ secrets.USERNAME }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue