Skip to content

Commit

Permalink
devops: Also extrac API password for doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jhf committed Dec 18, 2024
1 parent 3d066f4 commit e214b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/devops.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ${statbus_users}
############################################################
API: ${NEXT_PUBLIC_BROWSER_SUPABASE_URL}
API Username ${DASHBOARD_USERNAME}
API Password ${DASHBOARD_PASSWORD}
Shell Access: 'ssh ${USER}@niue.statbus.org'
############################################################
Expand All @@ -41,4 +42,3 @@ for SUFFIX in $SUFFIXES; do
user="statbus_${SUFFIX}"
extract_info "$user"
done

0 comments on commit e214b87

Please sign in to comment.