Skip to content
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.

Commit

Permalink
changing dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
hlafaille committed Dec 15, 2024
1 parent dd8aa4d commit 93c872c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- publish_container
runs-on: ubuntu-latest
environment:
name: production
name: develop
steps:
- name: Write Keys
run: mkdir -p ~/.ssh && echo "${{secrets.BASTION_PRIVATE_KEY}}" >> ~/.ssh/bastion && echo "${{secrets.DEPLOYMENT_PRIVATE_KEY}}" >> ~/.ssh/deployment
Expand Down

0 comments on commit 93c872c

Please sign in to comment.