wittignl/Wittig - Deploy
-
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| SOURCE_PATH | Path of the files that should be deployed | no | . |
| ARCHIVE | Store the build artifacts | no | false |
| ARCHIVE_PATH | Paths to store in the build artifact | no | ./packages/**/dist !./packages/**/node_modules |
| DOTENV_ENVIRONMENT | The environment of the key in the .env.keys file to decrypt the .env file | no | — |
| DOTENV_KEY_FILE_CONTENT | The contents for the key in the .env.keys file to decrypt the .env files | no | — |
| DOTENV_FILES_PATH | The path for the .env files | no | ./packages/backend |
| DOTENV_KEY_FILE_PATH | The path for the .env.keys file to decrypt the .env files | no | ./packages/backend/.env.keys |
| DEPLOY_SSH_HOST | The SSH server to deploy to | yes | — |
| DEPLOY_SSH_PORT | The SSH server port to deploy to | no | 22 |
| DEPLOY_SSH_USERNAME | The SSH username to deploy with | yes | — |
| DEPLOY_SSH_KEY | The SSH private key to deploy with | yes | — |
| DEPLOY_PATH | The path to deploy to on the target server | yes | — |
| DEPLOY_SCRIPT_AFTER | The script to run after the deployment has succeeded | no | — |
| DEPLOY_EXCLUDE | Exclusion paths that will not be synced to the target server | no | /node_modules/, /**/node_modules/, /.git/, /**/.git/, /packages/**/src/, /packages/**/logs/, /.run/, /.turbo/, /.github/, /_server/, /vendor/, /**/vendor/, /content/ |
| DEPLOY_PROXY_SSH_HOST | the SSH host of the deploy proxy (jump server) | yes | — |
| DEPLOY_PROXY_SSH_PORT | The SSH port of the deploy proxy (jump server) | yes | — |
| DEPLOY_PROXY_SSH_USERNAME | The SSH username of the deploy proxy (jump server) | yes | — |
| DEPLOY_PROXY_SSH_KEY | The SSH private key to connect to the deploy proxy (jump server) | yes | — |
Outputs
no outputs