Skip to content

Remove pycrypto and pycryptodome from requirements.txt (#44) #40

Remove pycrypto and pycryptodome from requirements.txt (#44)

Remove pycrypto and pycryptodome from requirements.txt (#44) #40

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
- prod
jobs:
deployment:
runs-on: ubuntu-latest
environment: ${{ github.ref_name }}
steps:
- name: Trigger deploy
run: |
curl -fsS -X POST ${{ secrets.HOOKURL }} -H "X-Key: ${{ secrets.HOOKSECRET }}"