Skip to content

Commit

Permalink
bump version and log user on ssh connection on prod (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeBu committed May 3, 2024
1 parent 9a6ee37 commit 756f231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
ssh-keyscan code.gouv.fr >> ~/.ssh/known_hosts
ssh -o StrictHostKeyChecking=no [email protected] "echo Connected as $(whoami) && ./update-sill-docker-compose.sh v${{ env.TO_VERSION }}"
ssh -o StrictHostKeyChecking=no [email protected] "echo Connected as \$(whoami) && sudo -E -u web ./update-sill-docker-compose.sh v${{ env.TO_VERSION }}"
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sill",
"version": "1.42.32",
"version": "1.42.33",
"license": "MIT",
"private": true,
"scripts": {
Expand Down

0 comments on commit 756f231

Please sign in to comment.