Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execute command on VPS using Github Actions #20

Open
omarboulbaze opened this issue Jun 21, 2022 · 0 comments
Open

Execute command on VPS using Github Actions #20

omarboulbaze opened this issue Jun 21, 2022 · 0 comments
Assignees
Labels
backend Backend updates including APIs and Databases

Comments

@omarboulbaze
Copy link
Owner

omarboulbaze commented Jun 21, 2022

Front-end deployment

  1. Connect to the VPS using a private SSH connection
  2. Execute git pull command in the VPS
  3. Run npm run build to generate a production version of the app
  4. Copy the generated content in the build folder to the public web folder

Back-end deployment

  1. Connect to the VPS using a private SSH connection
  2. Execute git pull command in the VPS
  3. Copy the content to the specific folder
  4. Restart backend server after the files have changed
@omarboulbaze omarboulbaze added the backend Backend updates including APIs and Databases label Jun 21, 2022
@omarboulbaze omarboulbaze self-assigned this Jun 21, 2022
@omarboulbaze omarboulbaze moved this from In Progress to Todo in The Cookie Jar Jun 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend updates including APIs and Databases
Projects
Status: Todo
Development

No branches or pull requests

1 participant