Skip to content

Deploca Upload

Actions
Upload packages to deploca cloud app engine
0.1.1
Latest
Star (0)

deploca-upload-action

Deploca is a cloud based deployment environment. With this action you can upload your compiled project files as a package to deploca.

How to use this action

In your github workflow script, after you compiled the projects:

steps:
  - name: Compile project
    ...
  - name: Upload to deploca
    uses: deploca/deploca-upload-action@0.1.0
    id: uploader
    with:
      path: <Path to the compiled files dir>
      target: <PROJECT-KEY>/<TARGET-BRANCH>
      token: <YOUR-API-TOKEN>

Dont forget deploca-package.yml

When you push a package from github (or any other source control services) you should have a deploca-package.yml file in the folder that your compiled files are. For more information please check deploca docs.

Deploca Upload is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Upload packages to deploca cloud app engine
0.1.1
Latest

Deploca Upload is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.