Skip to content

Commit

Permalink
added postgres DB
Browse files Browse the repository at this point in the history
  • Loading branch information
francismwaniki630 committed May 10, 2024
1 parent 9e9b6d1 commit afdc044
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/aptible.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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 }}

0 comments on commit afdc044

Please sign in to comment.