From b2076d9e02efcba45735c7764d778270e8ae1b93 Mon Sep 17 00:00:00 2001 From: Samuel Osei Kwakye Date: Wed, 2 Aug 2023 17:15:52 +0000 Subject: [PATCH] Action Workflow Signed-off-by: Samuel Osei Kwakye --- .github/workflows/angular_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/angular_workflow.yml b/.github/workflows/angular_workflow.yml index 69527c1..71fb705 100644 --- a/.github/workflows/angular_workflow.yml +++ b/.github/workflows/angular_workflow.yml @@ -37,5 +37,5 @@ jobs: host: ${{ secrets.DROPLET_IP }} # The IP address of your Digital Ocean Droplet username: ${{ secrets.DROPLET_USERNAME }} # The username for accessing the Droplet key: ${{ secrets.SSH_PRIVATE_KEY }} # Your private SSH key (use secrets to store it securely) - source: dist/ # The path to your Angular build artifacts + source: "dist/" # The path to your Angular build artifacts target: /var/www/html/ # The web server directory where the app will be deployed