Skip to content

Commit

Permalink
Action Workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Osei Kwakye <[email protected]>
  • Loading branch information
Kwakyesamuelosei committed Aug 2, 2023
1 parent a60943a commit b2076d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/angular_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b2076d9

Please sign in to comment.