Skip to content

Commit

Permalink
Merge pull request #14 from deigil/dei
Browse files Browse the repository at this point in the history
workflow fixes
  • Loading branch information
karson94 authored Apr 16, 2024
2 parents 8d56218 + 12dacfc commit 523fbd2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy

on:
push:
merge:
branches:
- main

Expand All @@ -20,7 +20,4 @@ jobs:
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
stop_script: cd /home/ubuntu/djangobackend && ./checks.sh
<<<<<<< HEAD
=======

>>>>>>> 9009f25d3f4c79f0d5f5a2f96798a07c213ccda1

0 comments on commit 523fbd2

Please sign in to comment.