Skip to content

update code to use the appimage stuff #8

update code to use the appimage stuff

update code to use the appimage stuff #8

Workflow file for this run

name: "Deploy libreoffice POC to staging"
on:
push:
branches:
- poc_libreoffice
env:
DATABASE_URL: postgres://apilos:apilos@localhost:5432/apilos
DB_READONLY: postgres://apilos:apilos@localhost:5432/apilos
SECRET_KEY: secret-key
DEBUG: False
jobs:
check:
uses: ./.github/workflows/run_check.yml
test:
uses: ./.github/workflows/run_tests.yml
deploy_to_staging:
name: "Deploy to Staging"
runs-on: ubuntu-latest
needs: test
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: kolok/deploy-to-scalingo@v1
with:
ssh-private-key: ${{ secrets.SCALINGO_SSH_PRIVATE_KEY }}
app-name: apilos-staging
known-host: ssh.osc-fr1.scalingo.com