https://github.com/juancarlosjr97/divio-project-deployment-action
https://github.com/juancarlosjr97/divio-project-deployment-action
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/juancarlosjr97/divio-project-deployment-action
- Owner: juancarlosjr97
- Created: 2021-01-22T08:27:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T02:00:29.000Z (over 3 years ago)
- Last Synced: 2025-01-28T22:38:08.279Z (4 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Divio Project Deployment Action
🚀 :octocat: Divio Project Deployment Action. This actions supports deploying your project on Divio using GitHub Action.
## Getting Started
You can include the action in your workflow as `juancarlosjr97/divio-deploy-action@v1`. Example:
```yaml
name: Deploy
on:
push:
branches:
- main
- stagingjobs:
deploy:
runs-on: ubuntu-latest
name: Deploy 🚀
steps:
- name: Checkout code
uses: actions/checkout@v2- name: Deploying
uses: juancarlosjr97/divio-deploy-action@v1
env:
DIVIO_LOGIN_ACCESS_TOKEN: ${{ secrets.DIVIO_LOGIN_ACCESS_TOKEN }}
DIVIO_REMOTE_PROJECT_ID: ${{ secrets.DIVIO_REMOTE_PROJECT_ID }}
```## Inputs
TODO
## Inputs
### `input`
**Required** Description. Default `"Test"`.
## Outputs
### `DEPLOYMENT_STATUS`
TODO.
## Example usage