Skip to content

Merge pull request #17 from Francis-Mwaniki/franc #13

Merge pull request #17 from Francis-Mwaniki/franc

Merge pull request #17 from Francis-Mwaniki/franc #13

Workflow file for this run

name: aptible
on:
push:
branches: [main]
workflow_dispatch: {}
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Deploy to Aptible
uses: aptible/aptible-deploy-action@v4
with:
type: git
app: orders_mgt
environment: orders
username: ${{ secrets.APTIBLE_USERNAME }}
password: ${{ secrets.APTIBLE_PASSWORD }}