We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c05e48a + 1e018c4 commit 7f47ef5Copy full SHA for 7f47ef5
.github/workflows/deploy.yml
@@ -123,5 +123,8 @@ jobs:
123
124
- name: run file beats
125
if: env.status == 'stopped'
126
+ env:
127
+ FILEBEAT_USERNAME: ${{ secrets.FILEBEAT_USERNAME }}
128
+ FILEBEAT_PASSWORD: ${{ secrets.FILEBEAT_PASSWORD }}
129
run: |
130
sudo docker run -d --name filebeat -v logs:/logs -e FILEBEAT_USERNAME=$FILEBEAT_USERNAME -e FILEBEAT_PASSWORD=$FILEBEAT_PASSWORD -t ghcr.io/devxb/gitanimals-api-filebeat:${{ steps.extract_version_name.outputs.version }}
0 commit comments