Conversation
Contributor
Author
|
sudah bisa deploy via event (untuk percobaan jalankan ansible) ini link runnernya: harusnya untuk event publish rilis juga sudah bisa |
There was a problem hiding this comment.
Pull Request Overview
Adds automated deployment functionality using GitHub Actions and Ansible. The workflow triggers on release publication and executes an Ansible playbook to deploy OpenDK to a production server via SSH.
- Implements GitHub Actions workflow for automated deployment
- Integrates SSH-based deployment using appleboy/ssh-action
- Configures Ansible playbook execution on remote server
Comments suppressed due to low confidence (2)
.github/workflows/deploy.yml:17
- The version v1.0.0 for appleboy/ssh-action does not exist. The latest available version is v0.1.7. Consider using 'appleboy/ssh-action@v0.1.7' or check the repository for the correct version tag.
uses: appleboy/ssh-action@v1.0.0
.github/workflows/deploy.yml:22
- The secret name 'CICD_SERVER_IP_PORT' is inconsistent. It should be 'CICD_SERVER_PORT' since it represents the SSH port number, not an IP port combination.
port: ${{ secrets.CICD_SERVER_IP_PORT }}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Deskripsi
Menambahkan fitur github action deploy otomatis via ansible
sementara pada PR ini event nya pakai:
Untuk uji coba apakah ansiblenya berjalan atau tidak, kalau berjalan, nanti gh action ini akan diubah ke event:
Setiap ada rilisi baru, gh action nya akan dijalankan dan menjalankan ansible
Untuk kebutuhan akses secret, akan saya pm ke grup
Masalah Terkait (Related Issue)