Skip to content

Commit

Permalink
change directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodriguezs2020 committed Jan 13, 2025
1 parent 0817fee commit ac24278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Replace values in docker-compose.yml
run: |
echo "Directorio actual:"
cd ./docker
pwd
sed -i 's/change_me_access/${{ secrets.AWS_S3_ACCESS_KEY }}/g' /docker/docker-compose.yml
sed -i 's/change_me_secret/${{ secrets.AWS_S3_SECRET_KEY }}/g' /docker/docker-compose.yml
Expand Down

0 comments on commit ac24278

Please sign in to comment.