Skip to content

Commit

Permalink
ci: watch correct directory for mana deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet committed Feb 21, 2024
1 parent 2cde5bf commit fc964a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
with:
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
- name: Deploy if files have changed
run: ./scripts/deploy-changed.sh apps/api ${{ vars.DIGITALOCEAN_APP_ID }}
run: ./scripts/deploy-changed.sh apps/mana ${{ vars.DIGITALOCEAN_APP_ID }}

0 comments on commit fc964a7

Please sign in to comment.