Skip to content

Commit

Permalink
Deploy to Droplet
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 8, 2023
1 parent 2de8ca4 commit 2431499
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/angular_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ jobs:
echo 'Clone repo from github to app directory'
git clone [email protected]:factory24/aqm-site.git
echo 'Building the project'
cd aqm-site && npm run build
echo 'Showing current directory items'
ll
cd aqm-site && npm run build
echo 'Copy the build files to web server'
cp -f ./dist /var/www/html
echo 'Restart the nginx server'
Expand Down

0 comments on commit 2431499

Please sign in to comment.