Skip to content

Commit

Permalink
Create Aptible.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Guru322 authored Jul 27, 2024
1 parent fbc0a67 commit 17761c5
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: Deploy to Aptible

on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Deploy to Aptible
uses: aptible/aptible-deploy-action@v4
with:
type: git
app: test-deploy
environment: gurutest
username: ${{ secrets.APTIBLE_USERNAME }}
password: ${{ secrets.APTIBLE_PASSWORD }}

0 comments on commit 17761c5

Please sign in to comment.