Compare commits

..

No commits in common. "b1e4f50c9c086f299de49e593981b1f515bc2d86" and "0b563b46974a255b953095e5ea01ef727edb4a59" have entirely different histories.

View file

@ -10,18 +10,13 @@ jobs:
name: Deploy to Production name: Deploy to Production
runs-on: docker runs-on: docker
container: container:
image: forgejo-ci-node:latest image: forgejo-ci-php:latest
steps: steps:
- name: Checkout code - name: Checkout code
run: | run: |
git clone --depth 1 --branch main https://forge.studio-variable.com/${{ github.repository }}.git . git clone --depth 1 --branch main https://forge.studio-variable.com/${{ github.repository }}.git .
ls -la ls -la
- name: Build Svelte app
run: |
npm ci
npm run build
- name: Deploy via FTP - name: Deploy via FTP
env: env:
USERNAME: ${{ secrets.USERNAME }} USERNAME: ${{ secrets.USERNAME }}