Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurin-Notemann committed Apr 16, 2024
1 parent d63a51d commit b9f4cb1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/staging-deploy-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ jobs:
GITHUB_SHA: ${{ github.sha }}
KUBE_ENV_SECRET: ${{ secrets.KUBE_SECRETS_ENV_BACKEND}}
run: |
ls
ls ./base
touch ./base/.env
ls ./base
cat $KUBE_ENV_SECRET > ./base/.env
echo $KUBE_ENV_SECRET > ./base/.env
kubectl apply -k staging

0 comments on commit b9f4cb1

Please sign in to comment.