Skip to content

Commit

Permalink
Add Lemmy.world
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-y authored Jun 30, 2024
1 parent 25620ab commit 01cc6a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ gcloud run jobs deploy modreportbot-lemmings-world --project $project --region $
gcloud run jobs deploy modreportbot-dbzer0 --project $project --region $region --source . --set-env-vars=LEMMY_USER="fnicmodbot",LEMMY_INSTANCE="lemmy.dbzer0.com",MATRIX_USER="@fnic_reports:matrix.org",MATRIX_SERVER="matrix.org",MATRIX_ROOM="$matrix_room" --set-secrets="LEMMY_PW=fnicmodbot-dbzer0:latest","MATRIX_PW=fnicreports:latest"
gcloud run jobs deploy modreportbot-lemmee --project $project --region $region --source . --set-env-vars=LEMMY_USER="fnicmodbot",LEMMY_INSTANCE="lemm.ee",MATRIX_USER="@fnic_reports:matrix.org",MATRIX_SERVER="matrix.org",MATRIX_ROOM="$matrix_room" --set-secrets="LEMMY_PW=fnicmodbot-lemm-ee:latest","MATRIX_PW=fnicreports:latest"
gcloud run jobs deploy modreportbot-sffa --project $project --region $region --source . --set-env-vars=LEMMY_USER="fnicmodbot",LEMMY_INSTANCE="sffa.community",MATRIX_USER="@fnic_reports:matrix.org",MATRIX_SERVER="matrix.org",MATRIX_ROOM="$matrix_room" --set-secrets="LEMMY_PW=fnicmodbot-sffa:latest","MATRIX_PW=fnicreports:latest"
gcloud run jobs deploy modreportbot-lemmy-world --project $project --region $region --source . --set-env-vars=LEMMY_USER="fnicmodbot",LEMMY_INSTANCE="lemmy.world",MATRIX_USER="@fnic_reports:matrix.org",MATRIX_SERVER="matrix.org",MATRIX_ROOM="$matrix_room" --set-secrets="LEMMY_PW=fnicmodbot-lemmy-world:latest","MATRIX_PW=fnicreports:latest"

0 comments on commit 01cc6a5

Please sign in to comment.