webpagefx/Environment Sync
Sync one environment with another. Copy a production environment into a non-production one, including its git history, files, and database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | The environment you want to copy to the non-production one | yes | main |
| destination | The environment you want to copy the production one to | yes | staging |
| source_repo_private_key | The private key of the source repo | yes | — |
| source_target_host | The host of the source environment | yes | — |
| source_target_repo | The repo of the source environment | yes | — |
| source_target_user | The user of the source environment | yes | — |
| source_database_user | The database user of the source environment | yes | — |
| source_database_password | The database password of the source environment | yes | — |
| source_database_name | The database name of the source environment | yes | — |
| destination_repo_private_key | The private key of the destination repo | yes | — |
| destination_target_host | The host of the destination environment | yes | — |
| destination_target_repo | The repo of the destination environment | yes | — |
| destination_target_user | The user of the destination environment | yes | — |
| destination_database_user | The database user of the destination environment | yes | — |
| destination_database_password | The database password of the destination environment | yes | — |
| destination_database_name | The database name of the destination environment | yes | — |
| file_owner | The owner of the files | yes | www-data |
| file_group | The group of the files | yes | www-data |
| file_permissions | The permissions of the files | yes | 644 |
| dir_permissions | The permissions of the directories | yes | 755 |
| github_reposlug | The slug of the repo | yes | — |
Outputs
| name | description |
|---|---|
| status | The status of the environment sync action |