Skip to content

Add JavaScript to the name #28

Closed
Closed
@schrej

Description

@schrej

Is your feature request related to a problem? Please describe.
Currently, this action allows to run JavaScript build comands during the deployment. In my opinion, this action should rather just focus on actually deploying. If it's necessary to build something in the process, that should be an extra step.

Describe the solution you'd like
No longer use the node:10 docker container. In fact: don't use docker at all. Just run the necessary git commands to push the changes to the specified branch.

Additional Comments
This change would also allow to have a single action that builds every time, but only deploys when the branch is master by using jobs.<job_id>.steps.if.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions