Skip to content

Commit

Permalink
Allow ansible host key checking skip
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Aug 29, 2024
1 parent 35f9811 commit c0f4b2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
environment: staging
name: Deploy Nest Staging
env:
ANSIBLE_HOST_KEY_CHECKING: False
STAGING_HOST_IP_ADDRESS: '${{ secrets.STAGING_HOST_IP_ADDRESS }}'
STAGING_SSH_PRIVATE_KEY_PATH: '~/.ssh/nest_staging_private_key'
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN groupadd owasp && \
python -m pip install --no-cache-dir poetry && \
rm -rf /var/lib/apt/lists/*

ENV PYTHONUNBUFFERED 1
ENV PYTHONUNBUFFERED=1

EXPOSE 8000

Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.staging
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN groupadd owasp && \
python -m pip install --no-cache-dir poetry && \
rm -rf /var/lib/apt/lists/*

ENV PYTHONUNBUFFERED 1
ENV PYTHONUNBUFFERED=1

WORKDIR /home/owasp

Expand Down

0 comments on commit c0f4b2d

Please sign in to comment.