Skip to content

Commit bb39f10

Browse files
author
Manuel Humberto Colonia Vela [NE]
committed
GHA: removed jenkinsfile #6
1 parent c9f2f39 commit bb39f10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/apidoc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Build Make
6666
run: make build
6767

68-
- name: Deploy to S3 Bucket ${{ env.ENVIRONMENT }}
68+
- name: Deploy to S3 Bucket - ${{ github.ref_name }}
6969
run: |
7070
if [[ "${{ github.ref_name }}" == "master" || "${{ github.ref_name }}" == "release" ]]; then
7171
echo "Deploying to ${{ env.ENVIRONMENT }} S3 bucket: ${{ env.S3_BUCKET }}"

0 commit comments

Comments
 (0)