Skip to content

Commit 11d8c73

Browse files
m4rapartizipation
authored andcommitted
script/deploy: fix project label to a4-roots
1 parent 33229ef commit 11d8c73

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog/0000.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Fixed
2+
3+
- project label should be `a4-roots` for the deployment to work

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ EOF
1919
chmod 600 ~/id_rsa
2020
fi
2121

22-
ssh ${SSH_ID_ARG} -oServerAliveInterval=15 -oServerAliveCountMax=2 -oStrictHostKeyChecking=no [email protected] deploy roots main
22+
ssh ${SSH_ID_ARG} -oServerAliveInterval=15 -oServerAliveCountMax=2 -oStrictHostKeyChecking=no [email protected] deploy a4-roots main

0 commit comments

Comments
 (0)