Skip to content

Commit

Permalink
change env put in pipeline logic
Browse files Browse the repository at this point in the history
  • Loading branch information
ELHart05 committed Aug 17, 2024
1 parent 44ebaef commit 33f303b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
script: |
cd /opt/CogniFile-backend
sudo echo "${{ secrets.ENV_FILE }}" > .env
echo "${{ secrets.ENV_FILE_B64 }}" | base64 -d | sudo tee .env > /dev/null
sudo git pull origin main
docker pull k3ateam/k3a-backend:1.0
Expand Down

0 comments on commit 33f303b

Please sign in to comment.