We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33229ef commit 11d8c73Copy full SHA for 11d8c73
changelog/0000.md
@@ -0,0 +1,3 @@
1
+### Fixed
2
+
3
+- project label should be `a4-roots` for the deployment to work
scripts/deploy.sh
@@ -19,4 +19,4 @@ EOF
19
chmod 600 ~/id_rsa
20
fi
21
22
-ssh ${SSH_ID_ARG} -oServerAliveInterval=15 -oServerAliveCountMax=2 -oStrictHostKeyChecking=no [email protected] deploy roots main
+ssh ${SSH_ID_ARG} -oServerAliveInterval=15 -oServerAliveCountMax=2 -oStrictHostKeyChecking=no [email protected] deploy a4-roots main
0 commit comments