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

GitHub action: provide deploy script #3741

Open
de-jcup opened this issue Dec 13, 2024 · 0 comments · May be fixed by #3734
Open

GitHub action: provide deploy script #3741

de-jcup opened this issue Dec 13, 2024 · 0 comments · May be fixed by #3734

Comments

@de-jcup
Copy link
Member

de-jcup commented Dec 13, 2024

Situation

There are many steps necessary to deploy the github action

  • npm install
  • npm run build
  • npm test
  • manual check only index.js has been changed
    • if others, deployment is (potentially) not okay
    • if index.js is missing it is not a deployment
    • means may only be index.js
  • add all (means only index.js) to stage
  • commit with deployment info
  • push to remote repo

Wanted

An easy way to automate this.

Solution

Provide a ./deploy.sh script which does automate this.

@de-jcup de-jcup linked a pull request Dec 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant