Skip to content

Commit

Permalink
ci: deploy script permissioning
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbarr93 committed Nov 12, 2024
1 parent 678cba9 commit 40d6562
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,6 @@ jobs:
name: deploy
path: "./"
- name: Deploy
run: ./andromeda-deploy
run: |
chmod +x ./andromeda-deploy
./andromeda-deploy

0 comments on commit 40d6562

Please sign in to comment.