https://github.com/eaudeweb/drupal-config-status-action
Check Drupal configuration management status
https://github.com/eaudeweb/drupal-config-status-action
Last synced: 4 months ago
JSON representation
Check Drupal configuration management status
- Host: GitHub
- URL: https://github.com/eaudeweb/drupal-config-status-action
- Owner: eaudeweb
- License: mit
- Created: 2023-03-27T18:42:10.000Z (about 3 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-08-15T13:17:11.000Z (almost 2 years ago)
- Last Synced: 2024-08-15T15:11:33.606Z (almost 2 years ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deploy a release to the server
## Usage
```yml
steps:
- uses: eaudeweb/drupal-config-status-action@1.x
with:
ssh_user: ${{ secrets.TEST_SSH_USER }}
ssh_host: ${{ secrets.TEST_SSH_HOST }}
ssh_key: ${{ secrets.TEST_SSH_KEY }}
ssh_user_jumphost: ${{ secrets.TEST_SSH_USER_JUMPHOST }}
ssh_host_jumphost: ${{ secrets.TEST_SSH_HOST_JUMPHOST }}
project_dir: /var/www/html/www.example.com
```