Skip to content

Commit

Permalink
Create aptible.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sahildesai07 authored Jul 21, 2024
1 parent cc3814c commit bb6b65d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/aptible.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: aptible

on:
push:
branches: [master]
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: 21july
environment: phdlust
username: ${{ secrets.APTIBLE_USERNAME }}
password: ${{ secrets.APTIBLE_PASSWORD }}

0 comments on commit bb6b65d

Please sign in to comment.