Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shnamm authored Dec 20, 2023
1 parent b054a62 commit 3aae478
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
run: |
python manage.py test
- name: Install AWS CLI
run: |
sudo apt-get update
sudo apt-get install -y awscli
- name: Create mutsa.zip
run: |
zip -r mutsa.zip ./*
Expand Down

0 comments on commit 3aae478

Please sign in to comment.