Skip to content

Update requirements.txt #3

Update requirements.txt

Update requirements.txt #3

Workflow file for this run

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 }}