Skip to content

Commit

Permalink
Fix prod ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodamasio committed Jul 17, 2023
1 parent ebccecb commit 69ed969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: ${{ secrets.PORT }}
source: "README.md,LICENSE,main.c,.gitignore,.github,docker-compose.yml,frontends/web,backends/monolith"
source: "README.md,LICENSE,main.c,.gitignore,.github,docker-compose.yml,frontends,backends"
target: ~/apps/rbs/src


Expand Down

0 comments on commit 69ed969

Please sign in to comment.