Skip to content

Commit

Permalink
manually create this too
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain-dawg committed Nov 17, 2024
1 parent b0b6e4c commit ed9e842
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gg2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
{
ssh -o StrictHostKeyChecking=no -p ${a[0]} ${a[1]} "touch /var/tf2server/tf/occupiedservers/wake; exit 0"
rsync -a -e "ssh -p ${a[0]} -o StrictHostKeyChecking=no" --delete --update --exclude=".*" --exclude="*.bz2" --exclude="mapcycle.txt" . ${a[1]}:/var/tf2server/tf/gg2/
rsync -a -e "ssh -p ${a[0]} -o StrictHostKeyChecking=no" --delete --update --exclude=".*" --exclude="*.bz2" . ${a[1]}:/var/tf2server/tf/gg2/
ssh -p ${a[0]} -o StrictHostKeyChecking=no ${a[1]} mkdir -p /var/www/html/gameassets/gg2
rsync -a -e "ssh -p ${a[0]} -o StrictHostKeyChecking=no" --delete --update --include="*/" --include="*.bz2" --exclude="*" . ${a[1]}:/var/www/html/gameassets/gg2/
Expand Down
24 changes: 24 additions & 0 deletions cfg/mapcycle.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
mvm_bloodlust_b6
mvm_bloodmoon_b8
mvm_boogge_rc3d
mvm_butcher_rc1b
mvm_condemned_b3
mvm_creepside_b2
mvm_decay_rc1a
mvm_decompose_rc7
mvm_heatrock_rc6a
mvm_legerdemain_a6e
mvm_madhattan_rc6a
mvm_meltdown_rc5
mvm_memorial_b1
mvm_metro_rc3
mvm_nightsky_rc4d
mvm_null_b9a
mvm_outlands_rc2
mvm_rancher_b10
mvm_skeleclipse_b7a
mvm_sludge_b6
mvm_swirl_event_rc8a
mvm_terrorlict_final1c4
mvm_underworld_rc2
mvm_whitecliff_event_rc2

0 comments on commit ed9e842

Please sign in to comment.