Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaYousefpourM authored Jan 14, 2025
1 parent 34ec722 commit 8683a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
username: ${{ vars.VM_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
overwrite: true
source: "./*"
source: "docker-compose.yml,backend,frontend,deployment"
target: /home/${{ vars.VM_USERNAME }}/AAISS-2023

- name: Deploy to the VM
Expand Down

0 comments on commit 8683a62

Please sign in to comment.